Ok, it would be very nice, if I could use VS10. May you could tell me, what you
did, to compile one of the test programs step by step, because I'm a beginner
and it's long ago, since I've worked with VS and I got so much mistakes, that I
think, that I've made a fundamental error before. In the t
> Please, see file OnDemandServerMediaSubsession.cpp
>
> if (clientRTCPPort.num() == 0) {
> // We're streaming raw UDP (not RTP). Create a single groupsock:
> NoReuse dummy; // ensures that we skip over ports that are already in
> use
> for (serverPortNum = fInitialPortNum; ; ++
Please, see file OnDemandServerMediaSubsession.cppif (clientRTCPPort.num() == 0) { // We're streaming raw UDP (not RTP). Create a single groupsock: NoReuse dummy; // ensures that we skip over ports that are already in use for (serverPortNum = fInitialPortNum; ; ++serverPortNum) {stru
FYI, the latest version (2011.11.08) of the "LIVE555 Streaming Media" software
implements the RTP payload formats for (sending and receiving) Vorbis audio and
VP8 video.
Our RTSP server implementation - including the "LIVE555 Media Server" and
"testOnDemandRTSPServer" applications - supports st
> Should I schedule a deliverFrame (and FramedSource::afterGetting( ..)
> for each NAL, i.e. making a queue of NALs and repeatedly scheduling
> deliverFrame in order to send a single frame.
Yes, a "H264VideoStreamDiscreteFramer" expects to be fed one NAL unit at a time
- *not* one frame at a time
What are the problems? I'm sure I did manage it when using VS10, but
moved back to 9 now (its better)
James
On Tue, Nov 8, 2011 at 1:54 PM, Simon Helwig wrote:
> Hallo,
>
> could somebody tell me, if the whole libraries of LIVE555 Streaming Media are
> compatible to Microsoft Visual Studio 1
Hey all,
Quick question I wonder if you could help with. I would like to send
H.264 frames from a custom source over RTSP, most of my code is
working, just have a query with regards to the framer behaviour.
>From what I gather the H264DiscreteFramer expects individual NALs
(that might not indivi
Hallo,
could somebody tell me, if the whole libraries of LIVE555 Streaming Media are
compatible to Microsoft Visual Studio 10.0? Because I've many problems, when I
compile the libraries and it seems very strange.
So if anybody knows an answer to this problem, please tell me and perhaps you
have
hi,everyone
i want to add trick play func for h264.And i know i should add some code on
H264VideoFileServerMediaSubsession.cpp,reload func
OnDemandServerMediaSubsession::seekStreamSource.
at beginning,i think i could compute seek position of h264 according to seekNPT
parameter.of course, i us
> RTSPServer now support raw udp streaming only if client sent SETUP command
> contains one client port, but RTSPClient always add second port number, even
> if it works with raw udp subsession. Could you fix that, please?
No, because there's nothing to 'fix'.
There is no single defined standar
10 matches
Mail list logo