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

2008-06-02 Thread Ross Finlayson
I don't understand very well what you want to say about the payload format code on the same RTP port number. On the server point of view, I am trying to send each layer on his own RTSP stream . Once again, each layer would have its own "ServerMediaSubsession" object, but be part of the same "

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

2008-06-02 Thread Jesús Rosa Velázquez
Ross Finlayson escribió: 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

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

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