Hi

The file extension is indeed mpg. I have 3 streams in it: 
One of them is mpeg audio, another audio stream of mpeg2-ps (which I suspect is 
corrupted) and a video stream of h264ES.

Can testOnDemandRTSPServer work with this? How I'm supposed to stream this kind 
of media?
Can I stream only the h264 video? when I ran the testOnDemandRTSPServer the 
image I get from the rtsp url is corrupted.

Thanks,
Guy.


> 
> I ran the testOnDemandRTSPServer,
> 
> but when I stream the h.264 movie and play it with vlc, the image is 
> corrupted.
> The format of the video is mpg.
> 
> I don't know where I went wrong...

Probably the filename (extension) that you used.

Is your file a H.264 Video Elementary Stream file?  If so, use a ".264" 
filename extension (e.g., "test.264" for streaming by "testOnDemandRTSPServer").

However, you said that "The format of your video is mpg".  I don't know that 
that means, but the ".mpg" filename extension is used for MPEG-1 or 2 
Audio+Video Program Stream files, which is almost certainly not what you want.  
So don't call your file "test.mpg".

If you are sure that your file is a H.264 Video Elementary Stream file, then 
please put the file on a publically-accessible web (or FTP) server, and post 
the URL (not the file itself) to the "live-devel" mailing list, and we'll take 
a look at it, to see if we can figure out what's wrong.
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to