Re: [Live-devel] live555 sdp issue

2014-06-27 Thread Ross Finlayson
> Sorry I stated wrong. > > After openRTSP received a file(test.h264), mplayer can play it but vlc can > not. OK, so that means that there is something wrong with your encoded video that is causing VLC to fail to play it - either directly from a file, or from a RTSP stream. You're going to ha

Re: [Live-devel] live555 sdp issue

2014-06-27 Thread xxiao8
Sorry I stated wrong. After openRTSP received a file(test.h264), mplayer can play it but vlc can not. mplayer can also play the rtsp stream directly which vlc can not. When VLC is used to play the stream, I can verify "Demux datasize" has valid value, and "Content bitrate" is around 500Kb/seco

Re: [Live-devel] live555 sdp issue

2014-06-26 Thread Ross Finlayson
>> Try using "openRTSP" to receive your stream (and output it to a file). >> Rename the output file to have a ".h264" filename suffix. >> >> Can VLC play this file (i.e., directly)? > > We did that,and it plays well. OK, so now rename this file to have a ".264" (*not* ".h264") filename, and tr

Re: [Live-devel] live555 sdp issue

2014-06-26 Thread xxiao8
Thanks! Xxiao On 06/27/2014 05:08 AM, Ross Finlayson wrote: Below is the sdp captured,we noticed "m" has 0 for port number,don'know if that's the problem. BTW, that's not a problem. A port number of 0 in the SDP description is normal when streaming a unicast stream using RTSP. (For unicast

Re: [Live-devel] live555 sdp issue

2014-06-26 Thread Xh Xiao
Ross, We did that,and it plays well. Xxiao 2014年6月27日 上午5:04于 Ross Finlayson 写道: >> >> We have a live rtsp streaming that can be played by mplayer,can be saved as >> file then replayed by vlc or mplayer. strangely,vlc can never play the live >> rtsp directly > > > Before using MPlayer or VLC (

Re: [Live-devel] live555 sdp issue

2014-06-26 Thread Ross Finlayson
> Below is the sdp captured,we noticed "m" has 0 for port number,don'know if > that's the problem. BTW, that's not a problem. A port number of 0 in the SDP description is normal when streaming a unicast stream using RTSP. (For unicast streams, the port number(s) don't get assigned until later

Re: [Live-devel] live555 sdp issue

2014-06-26 Thread Ross Finlayson
> We have a live rtsp streaming that can be played by mplayer,can be saved as > file then replayed by vlc or mplayer. strangely,vlc can never play the live > rtsp directly Before using MPlayer or VLC (which is not our software) to debug your server, you should use "openRTSP": http://www

[Live-devel] live555 sdp issue

2014-06-26 Thread Xh Xiao
We have a live rtsp streaming that can be played by mplayer,can be saved as file then replayed by vlc or mplayer. strangely,vlc can never play the live rtsp directly,we have been debugging this for two weeks. Below is the sdp captured,we noticed "m" has 0 for port number,don'know if that's the