Re: [Live-devel] Live 555 multi-thread support

2009-07-08 Thread Jerry Johns
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

[Live-devel] mp3 streamer doubt

2009-07-08 Thread Woods
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

Re: [Live-devel] .m4v / .mp3 Synchronization

2009-07-08 Thread Michael Russell
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

[Live-devel] problems with DeviceSource and OnDemandServerMediaSubsession

2009-07-08 Thread Ottavio Campana
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