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.
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.
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
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 .
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
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.
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.
Br,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
Ilkka
Last edited by isalento; 2012-11-19 at 11:42. Reason: more info
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
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
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?