[Live-devel] Lots of Packets Lost When Receiving With VLC

2014-08-11 Thread Xuan
Hi, I have implemented class H264LiveSource so that I can stream real time h.264 video frames. My program captures images with the webcam of my notebook and encodes them. If size is 640x480, vlc player can displayer well. However, if the size is larger,eg.1280x720, vlc player can't display well,

Re: [Live-devel] File streaming session getting closed before eof received on client side

2014-08-11 Thread Ross Finlayson
> I am refering testVideoOnDemand.cpp source We do not have a file by that name. You should begin your testing with our (unmodified) "testOnDemandRTSPServer" code (as your server), and "openRTSP" (as your client). > Here is link for file I am using for testing: > https://www.dropbox.com/s/qwi

[Live-devel] File streaming session getting closed before eof received on client side

2014-08-11 Thread Dnyanesh Gate
Hello All, I am refering testVideoOnDemand.cpp source for streaming h264 file. I am able to open stream from vlc player, but rtsp server close session before EOF receives on client side. I have a raw h264 file of length 30 seconds, but client plays video up to 25 seconds. When I check the source f