You don't really have to run it under multiple processes, especially
since it works fine under its own thread (pthread in Linux)
The heart of its implementation revolves around the select() call
involving multiple sockets, so really, it is 'safe' as long as no one
else uses those sockets/ports, an
Dear all,
This is a follow up email, regarding mp3 streamer. My previous mail is in
the rear forwarded message part of this mail.
Below presents my full code, which can be compiled and executable.
As I tested, the code will crush when it plays test.mp3 for the second
round.
But if you change to u
Ross Finlayson wrote:
That's correct. The timestamps (specifically, the "fPresentationTime"
variable) should be set by each Framer object. These are used to set
the SCR timestamps in the resulting Transport Stream. So I'm not sure
why this isn't working for you; you're going to have to track
Hi,
I'm trying to create a subclass of DeviceSource, namely
VideoDeviceSource that extracts the NAL units of an H.264 compressed
video from a queue and feeds them to a subclass of
OnDemandServerMediaSubsession called VideoOnDemandServerMediaSubsession .
As client I use openRTSP to fetch the strea