Re: [Live-devel] test.m4e streaming not working anymore

2013-04-23 Thread Sébastien Escudier
> HOWEVER, with VLC 2.0.6 as the client, the video doesn't render. > Opening VLC's "Messages" log, I see several messages of the form: > avcodec warning: cannot decode one frame ( bytes) The windows version of VLC 2.0.6 is working fine with this stream. But the ubuntu VLC 2.0.6 is not. This is

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Sébastien Escudier
You are right my file was corrupted, now it works. Thank you and sorry for the noise. I'll have a look with VLC. Sébastien. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Ross Finlayson
On Apr 19, 2013, at 9:26 AM, Sébastien Escudier wrote: >> What OS is this? > > I forgot to answer this, I am runing linux ubuntu. I don't have access to a Ubuntu machine, but I tried just now with Fedora Linux, and couldn't reproduce the problem either. Are you sure that your "para.m4e" fil

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Sébastien Escudier
> What OS is this? I forgot to answer this, I am runing linux ubuntu. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Sébastien Escudier
Yes, I run them on the same computer. For mpeg4ESVideoTest, nothing happens after : Started playing session Receiving streamed data (signal with "kill -HUP 4451" or "kill -USR1 4451" to terminate)... For h264ESVideoTest I can see Data packets have begun arriving [1366388266944] ___

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Ross Finlayson
Are you running "testOnDemandRTSPServer" (or "live555MediaServer") and "openRTSP -n" on the same computer (not just on the same LAN)? What OS is this? I've tried this on both FreeBSD and Mac OS X, and can't reproduce the problem at all. For me, both "para.m4e" (as "test.m4e") and a H.264 file

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Sébastien Escudier
>Are you using a recent version of the LIVE555 code? Yes, latest ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Ross Finlayson
>> FYI, if you wish to test this further, I've left a server running, with the >> following streams available > > Yes, your server sends data, I can see this. > But on my computer, testOnDemandRTSPServer sends nothing for the m4e file. That's odd. I can't reproduce this at all. Are you using a

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Sébastien Escudier
> FYI, if you wish to test this further, I've left a server running, with the > following streams available Yes, your server sends data, I can see this. But on my computer, testOnDemandRTSPServer sends nothing for the m4e file. When I use openRTSP the output file is empty. But the h264 file works

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Ross Finlayson
FYI, if you wish to test this further, I've left a server running, with the following streams available: rtsp://4.79.217.242:8554/para.m4e rtsp://4.79.217.242:8554/petrov.m4e rtsp://4.79.217.242:8554/slamtv60.264 The first two (being MPEG-4 video) don't play on VLC 2.0.6,

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Ross Finlayson
> When I try to stream locally a m4e file like > http://www.live555.com/liveMedia/public/m4e/para.m4e using > testOnDemandRTSPServer, no data is transmitted. Data is definitely being transmitted - and is being received at the client end: ./openRTSP -n rtsp://4.79.217.242:8554/para.m4e Opening c

[Live-devel] test.m4e streaming not working anymore

2013-04-19 Thread Sébastien Escudier
Hi, When I try to stream locally a m4e file like http://www.live555.com/liveMedia/public/m4e/para.m4e using testOnDemandRTSPServer, no data is transmitted. RTSP protocol exchange looks ok. A test.264 file works fine Best regards, Sébastien. ___ live