Discussion Board

Results 1 to 15 of 24

Hybrid View

  1. #1
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    I want to build a simple web application (wgt) which can play a rtsp live stream. How do I begin to build a aplication which can play rtsp live stream/ video usiing Nokia web tools etc.

  2. #2
    Nokia Developer Moderator isalento's Avatar
    Join Date
    Jun 2008
    Location
    Tampere
    Posts
    833
    Hi,

    You should have all that you need in this thread:
    http://www.developer.nokia.com/Commu...ample-provided

    But before you start coding, make sure that the stream is supported in your target devices. To do this, make a web page with a link to those streams and try opening streams one by one and see if the play correctly.

    Br,
    Ilkka

  3. #3
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    isalento infact Iam the the same person who posted that query about playing video too


    http://www.developer.nokia.com/Commu...ample-provided


    Now please solve my query .

  4. #4
    Nokia Developer Moderator isalento's Avatar
    Join Date
    Jun 2008
    Location
    Tampere
    Posts
    833
    Did you try if the streams work on actual device?
    If they don't work, then it is impossible to make such an application.

    Br,
    Ilkka

  5. #5
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    I dont have any s40 device. Iam testing my app only on the simulator and RDA . But RDA is not supporting playing rtsp stream when tried on RDA.

  6. #6
    Nokia Developer Moderator isalento's Avatar
    Join Date
    Jun 2008
    Location
    Tampere
    Posts
    833
    Hi,

    I tested the Yupp streams in my devices as well and they did not work.
    So I'm sorry to say, but streams in question will not work on Series 40 devices

    Below is SDP information of the rtsp://cdn.m.yuppcdn.net/liveorigin/saharamp3 stream (Fun Asia Low)

    profile-level-id says what the stream is. 42C0 identifies it as a baseline profile for H264, but the level (1E) says that it is level 3.0, which is not supported.
    Level 2.0 would safe bet to use with S40 FT devices, supporting streaming.

    Code:
    v=0
    o=- 1986074856 1986074856 IN IP4 94.75.xxx.xxx
    s=YuppTV
    c=IN IP4 94.75.xxx.xxx
    t=0 0
    a=sdplang:en
    a=range:npt=now-
    a=control:*
    m=audio 0 RTP/AVP 96
    a=rtpmap:96 mpeg4-generic/44100/1
    a=fmtp:96 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1208
    a=control:trackID=1
    m=video 0 RTP/AVP 97
    a=rtpmap:97 H264/90000
    a=fmtp:97 packetization-mode=1;profile-level-id=42C01E;sprop-parameter-sets=Z0LAHqsgKD9/4ACAAGIAAAMAAgAAAwAIHixckA==,aM4yyA==
    a=cliprect:0,0,240,320
    a=framesize:97 320-240
    a=framerate:2.0
    a=control:trackID=2
    Br,
    Ilkka
    Last edited by isalento; 2012-11-19 at 11:42. Reason: more info

  7. #7
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    Can rtsp live streams be played on s40 devices in web apps or .wgts etc?

  8. #8
    Nokia Developer Moderator Symbian_Neil's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    4,176
    Quote Originally Posted by GTO_India View Post
    Can rtsp live streams be played on s40 devices in web apps or .wgts etc?
    As has been requested to you on various occasions by many moderators, please do not start fresh threads unnecessarily when you already have a thread going on for the same topic (I remember on many occasions you having more than 2 threads..and many for that matter for same topic)

    I have already merged your threads on this occasion too as I have done in the past.

    Thanks!!
    - Neil R.Bhasme -

    Twitter: @Symbian_Neil

  9. #9
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    ok u help me then " playing a rtsp stream " Neil

  10. #10
    Nokia Developer Moderator Symbian_Neil's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    4,176
    Quote Originally Posted by GTO_India View Post
    ok u help me then " playing a rtsp stream " Neil

    i would if I knew about it already.

    Regardless of that, you have to follow a certain decorum for people to try to help you. It has happened in past many times over that somebody is trying to help you and you have n-number of threads for the same topic and those trying to help you have felt a bit un-supported from your end when you have done it. This has been already pointed out by many who have tried to help you through your 800+ posts. (FYI, I have moved another of your freshly started thread for this topic here, the second in two days)

    I believe Ilkka was trying to help you in this thread. Help him help you rather than going around starting new threads. This wont help you. Hope you understand.
    - Neil R.Bhasme -

    Twitter: @Symbian_Neil

  11. #11
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    Ok Ok Neil . please answer to my thread or post .

  12. #12
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    which format of streams like rtsp, mp4 or .3gp can be played on s40 devices uisng s40 web apps


    I want to build a Live TV app with s40 web application and play live streams like rtsp etc.



    How to play live streams in/with a s40 webapp and which type of streams can be played.


    Which example of web app can help me for this?

Similar Threads

  1. Replies: 6
    Last Post: 2011-11-14, 12:57
  2. How to play my rtsp live stream/video in portrait mode
    By GTO_India in forum Symbian Media (Closed)
    Replies: 8
    Last Post: 2011-11-03, 10:56
  3. Live video stream http or rtsp?
    By sbmcdeshan in forum Mobile Java Networking & Messaging & Security
    Replies: 2
    Last Post: 2008-12-11, 06:43
  4. RealPlayer don't play RTSP/RTP stream
    By sirii in forum Streaming and Video
    Replies: 2
    Last Post: 2008-09-24, 13:33
  5. Cannot get rtsp stream to play on N93
    By orpheus in forum Streaming and Video
    Replies: 0
    Last Post: 2007-02-20, 21:08

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved