Re: [Live-devel] Video & Audio Properties at RTP Receivers

2007-12-07 Thread Ross Finlayson
The solution here is simply for someone to implement the RTP Payload Format for JPEG 2000, as described in ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-ietf-avt-rtp-jpeg2000-18.txt I.e., this would involve defining and implementing two new classes - "JPEG2000VideoRTPSource" a

Re: [Live-devel] RTSP H263+ streaming oddities.

2007-12-07 Thread Cristiano Belloni
Ross Finlayson wrote: > I looked into the code, and found that the problem was the > "H263plusVideoFileServerMediaSubsession" class. It was (incorrectly) > using a (now-obsolete) static RTP payload type. I have now fixed it > to use a dynamic RTP payload type. > > I have now installed a new ve

[Live-devel] Commercial version of live555 Media Server ?

2007-12-07 Thread Glen Gray
Hey Ross, Thanks for the response. While agree that "Live555 Media Server" as currently released is an excellent product, it's lacking some of the surrounding fluff that most non-techie customers would expect to available but which have no bearing on whether it's a capable streaming server or not

[Live-devel] Video & Audio Properties at RTP Receivers

2007-12-07 Thread Ralf Globisch
Hi Oscar, >2. For the others, (H.261, H.263, .), such information are included in the payload or in the extra header (RTP payload format). So I think we have to "Sniff" first RTP packets to retreive such information. That sounds like a good solution. Another option would be a dynamic format

[Live-devel] Video & Audio Properties at RTP Receivers

2007-12-07 Thread Ralf Globisch
Hi Oscar, That would be nice, it's always great exchanging ideas with some one else. I'd would also be glad to share info or code. I must just get my skills up to scratch since I just started looking at the live555 libraries and am still in the beginning stages. I'm fairly comfortable with DShow

Re: [Live-devel] Video & Audio Properties at RTP Receivers

2007-12-07 Thread oscar lima
Hi Ralf, I will be glad to share ideas, or even code with you. > 2) Adding an extra parameter to the SDP file similar to the "RTP Payload > Format for >JPEG > 2000 Video Streams": This is not in the standard, and will be possible only if you use your "custom" client and server. My goal is to ha

[Live-devel] Video & Audio Properties at RTP Receivers

2007-12-07 Thread Ralf Globisch
Hi, I've got the same problem with DShow, maybe we can exchange ideas to see what the best solution is: Since the pipeline has to be set up before streaming I was thinking of doing the following: 1) sending a DESCRIBE request to the rtsp server (in the windows media player plug-in initialisatio