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
> >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
>> 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
> 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
>
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
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
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