Re: [Live-devel] MPEG-4 Visual configuration bits in SDP

2010-12-09 Thread Ross Finlayson
Just came across that it would be useful to have an easy-to-use decoder for MPEG-4 Visual configuration bits that are encoded in "config" parameter of SDP. Something like mpeg4vol command-line tool from mpeg4ip does. Are there any plans to implement this in the future? The 'config' parameter

Re: [Live-devel] key frames (I-frames) in the recorded AVI file

2010-12-09 Thread Ross Finlayson
I just was wondering if it's possible to calculate and write keyframe index information to the recorded AVI files using AVIFileSink? Implementation of this class has some hints (like setting AVIF_HASINDEX and AVIF_TRUSTCKTYPE flags in AVI header) but where is the the actual implementation? Th

[Live-devel] RTCP RR

2010-12-09 Thread Monica Morogan (mmorogan)
Hello, I ran into an issue where RTCP SRs are sent to my VLC client (playing jpeg, h264 streams, UDP transport, frequency 5 seconds but experimented with higher numbers as well), but no RTCP RRs are sent back. Could you please let me know when such situations occur? Thank you for your

[Live-devel] OnDemandServerMediaSubsession and FramedSource subclassing

2010-12-09 Thread Wiser, Tyson
I am trying to use the live555 library in a project of mine, but I am running into some issues I haven't been able to figure out despite reading the FAQ and searching the mailing list archives. Basically, I need a server that streams data on demand from a live source to a client. The stream ne

Re: [Live-devel] key frames (I-frames) in the recorded AVI file

2010-12-09 Thread Dmitry Petrenko
Hi Ross, I just was wondering if it's possible to calculate and write keyframe index information to the recorded AVI files using AVIFileSink? Implementation of this class has some hints (like setting AVIF_HASINDEX and AVIF_TRUSTCKTYPE flags in AVI header) but where is the the actual implementat

Re: [Live-devel] Aduio Formats And HTTPS

2010-12-09 Thread Ross Finlayson
Does LIVE555 supports G.711 and G.726 audio formats? Yes, we support sending and/or receiving both of those audio formats (over RTP). Does it supports HTTPS? I'm not sure what you're asking here. Note that our software does *not* do HTTP streaming. Inste

Re: [Live-devel] Question about trick play, server side

2010-12-09 Thread edi87
Ross, I just found a "bit" change... I just realized that the live555 version I can use here is 2009.02.13. I checked FramedFilter and I'm a bit lost about how should I do it... I saw that ByteStreamFileSource could be the way to make the stream to go back to the start when its ending, but I'm

[Live-devel] Aduio Formats And HTTPS

2010-12-09 Thread Ravi Kumar G
Hi, I would like know couple of things. Does LIVE555 supports G.711 and G.726 audio formats? Does it supports HTTPS? Regards, Ravi http://www.mindtree.com/email/disclaimer.html __

[Live-devel] MPEG-4 Visual configuration bits in SDP

2010-12-09 Thread Dmitry Petrenko
Hi, Just came across that it would be useful to have an easy-to-use decoder for MPEG-4 Visual configuration bits that are encoded in "config" parameter of SDP. Something like mpeg4vol command-line tool from mpeg4ip does. Are there any plans to implement this in the future? Kind regards, Dmitri

[Live-devel] Problem in H264 streaming

2010-12-09 Thread Nisha Singh
Hi, I am encoding a YUV video data into h264 and then I need to stream it to the vlc player. Each time a video frame is encoded into h264 and then streamed using live555. I have created H264MediaSubsession, H264Framer classes and have updated the H264Sink to perform the desired task. I checked t