Re: [Live-devel] how to stream G711 raw bit stream

2008-05-30 Thread Ross Finlayson
I have a g711 raw bit stream and mpeg4 video bit stream that I am trying to stream using rtp to have played back on vlc. I used the testMPEG4video program with success. I can't seem to find a good example for streaming raw video. The audio is encoded at 8000 S/s and 64kbit per second. Any help

Re: [Live-devel] H.264 SVC Stream

2008-05-30 Thread Ross Finlayson
I am developing a video streaming server to play H.264 SVC stream. This codec has a base layer (similar to the H.264 AVC one) and one or more enhancement layers. I've just created a server to play H.264 AVC stream (an extension of live555MediaServer.exe), with my own H264StreamFramer and H264

[Live-devel] how to stream G711 raw bit stream

2008-05-30 Thread Mike Gilorma
I have a g711 raw bit stream and mpeg4 video bit stream that I am trying to stream using rtp to have played back on vlc. I used the testMPEG4video program with success. I can't seem to find a good example for streaming raw video. The audio is encoded at 8000 S/s and 64kbit per second. Any help

Re: [Live-devel] H.264 SVC Stream

2008-05-30 Thread Marco Amadori
On Friday 30 May 2008, 12:06:39, Jesús Rosa Velázquez wrote: > I am developing a video streaming server to play H.264 SVC stream. This > codec has a base layer (similar to the H.264 AVC one) and one or more > enhancement layers. Interesting. > I've just created a server to play H.264 AVC stream

[Live-devel] H.264 SVC Stream

2008-05-30 Thread Jesús Rosa Velázquez
Hi, I am developing a video streaming server to play H.264 SVC stream. This codec has a base layer (similar to the H.264 AVC one) and one or more enhancement layers. I've just created a server to play H.264 AVC stream (an extension of live555MediaServer.exe), with my own H264StreamFramer and