Page 1 of 1

VLC streaming to Nokia S60 is problamatic

Posted: 11 Sep 2008 15:11
by digish_gabhawala
Hello,

I am trying to play rtsp link from Real-Player of Nokia N78. That link is hosted at vlc server.

When I invoke that rtsp session with normal PC client then I am not getting any problem
But when I invoke it from Mobile client I am not able to establish RTSP session successfully. Client (Real Player) is doing Teardown just immediately after setup.

I have seen that the main difference in PC – Client setup and Mobile setup is that mobile client setup message contains “mode=play” in transport header.

I have seen that same mobile client works fine with DSS (Darwin Streaming Server).

Here are VLC messages for reference

VLC messages for request from Mobile
main debug: Connection from 10.124.36.73
vod_rtsp debug: RtspCallback query: type=7
vod_rtsp debug: RtspCallback query: type=8
vod_rtsp debug: HTTPD_MSG_SETUP: transport=RTP/AVP;unicast;client_port=6970-6971;mode=play
vod_rtsp debug: HTTPD_MSG_SETUP: unicast ip=10.124.36.73 port=6970
vod_rtsp debug: new session: 18467, connections: 0

Please help!

Thanks & Regards,

Digish Gabhawala

Re: VLC streaming to Nokia S60 is problamatic

Posted: 09 Apr 2010 01:17
by shaleenshah
Please use following command to stream -
./VLC file://<PATH OF YOUR VIDEO FILE> -vvv --sout="#transcode{vcodec=h264,venc=x264{profile=baseline,level=1.3},vb=240,width=240,height=180,fps=25,acodec=mp4a,ab=64}:rtp{mp4a-latm,sdp=rtsp://0.0.0.0:5554/mystream.sdp}"

On the client side i.e. on you S60 device please open followin URL in your real player -
rtsp://<VLC_IP_ADDRESS>:5554/mystream.sdp

Re: VLC streaming to Nokia S60 is problamatic

Posted: 11 Aug 2010 13:24
by de_prince
is this in LAN environment or Internet with firewall?