[Live-devel] Test relay ?!

2012-01-04 Thread GS Net Player
Hallo, I would like to modify testRelay.cpp to receive udp live input and then rtsp to be output (rtsp://xxx.xxx.xxx.xxx:), otherwise udp to udp relay work excellent but I want to forward in the RTSP so that others can see, If you can show me I am a beginner in this ?! greeting Igor

Re: [Live-devel] H264VideoStreamDiscreteFramer problems

2012-01-04 Thread Ross Finlayson
> >Are you setting "fFrameSize" correctly in your 'frame source' class, before > >you call "FramedSource::afterGetting(this)"? (Remember to *not* count the > >four header bytes, because you stripped those off.) > > Yes, I think so. So in my example, for the first SPS NAL, I set fFrameSize to

Re: [Live-devel] H264VideoStreamDiscreteFramer problems

2012-01-04 Thread David J Myers
>> I-Frames from my encoder look like this >> 00 00 00 01 27 42 00 32 8b 68 >> 02 18 0f 33 02 48 >> 04 00 00 00 01 28 ce 05 >> 0a c8 00 00 00 01 25 b8 >> So, in the above example I >> send:- The first part, the SPS, 13 bytes 27 42 00 32 8b 68 02 18 0f 33 >> 02 48 04 T

Re: [Live-devel] H264VideoStreamDiscreteFramer problems

2012-01-04 Thread Ross Finlayson
> I’m having problems getting a valid stream out of my live video server now I > have switched to using the H264VideoStreamDiscreteFramer. I was using > H264VideoStreamFramer but I couldn’t avoid frame truncation problems. > > I-Frames from my encoder look like this > 00 00 00 01 27 42 00 32 >

[Live-devel] H264VideoStreamDiscreteFramer problems

2012-01-04 Thread David J Myers
Hi, I'm having problems getting a valid stream out of my live video server now I have switched to using the H264VideoStreamDiscreteFramer. I was using H264VideoStreamFramer but I couldn't avoid frame truncation problems. I-Frames from my encoder look like this 00 00 00 01 27 42 00 32 8b 68 0

Re: [Live-devel] Suggestion to improve logging inside live555

2012-01-04 Thread Ross Finlayson
Yes, I pretty much agree with these suggestions, some of which may be implemented sometime in the future. One thing to note, however, is that the existing 'debugging output' code (i.e., the code in between "#ifdef DEBUG" and "#endif" was intended specifically for that purpose - i.e., for findin

[Live-devel] Suggestion to improve logging inside live555

2012-01-04 Thread stephan depoorter
Hi, I've been using Live555 and I like it. Despite things are starting to run smooth, I have a suggestion to improve the logging in the library, this will be usefull when tracking difficult problems that happen rarely. Using the current codebase, I implemented logging using a BasicUsageEnvironmen