Re: [Live-devel] Detect proxy name before being proccessed

2012-06-25 Thread Ross Finlayson
> So my question is, how can i be able to detect when the proxy has > finished with it's configuration and added the camera connection > ProxyServerMediaSubsessions? On thinking about this some more, I came up with a better solution - one that doesn't require a separate 'polling' delayed task. F

[Live-devel] Metadata with MPEG-TS

2012-06-25 Thread Ran Shalit
Hi, I want to add metadata to audio and video for creation of MPEG-2 Transport stream. I receive metadata information already inside MPEG-TS packets, I would like to ask if it is a live streamer can deal with MPEG-TS place holder for new MPEG-TS packet or should receive the metadata packets withou

Re: [Live-devel] Missing sync byte!

2012-06-25 Thread Ross Finlayson
For starters, you shouldn't use a "MPEG1or2VideoStreamDiscreteFramer"; that's for MPEG-1 or 2 Elementary Stream data. If the data that comes from your "DeviceSourceFICard" object is Transport Stream data, then you should feed it into a "MPEG2TransportStreamFramer", and then a "SimpleRTPSink" to

Re: [Live-devel] Detect proxy name before being proccessed

2012-06-25 Thread Ross Finlayson
> So my question is, how can i be able to detect when the proxy has > finished with it's configuration and added the camera connection > ProxyServerMediaSubsessions? First, please add the following - as a public member function - to "liveMedia/include/ProxyServerMediaSession.hh": Boolean

Re: [Live-devel] ourIPAddress method

2012-06-25 Thread Ross Finlayson
> The interface that gets selected is the one used by ActiveSync for debug and > I don’t think I can change anything about it. You should be able to run (from a command console) the "route" command to change the interface that does IP multicast routing. That should give you what you want...

Re: [Live-devel] ourIPAddress method

2012-06-25 Thread Sid Price
Thanks Ross, you are of course correct about the interface not being the one I want :o) The interface that gets selected is the one used by ActiveSync for debug and I don't think I can change anything about it. I guess I am just going to have to discover the interface adaptors fitted and choose

Re: [Live-devel] ourIPAddress method

2012-06-25 Thread Ross Finlayson
> I finally have my new hardware platform available and am back working on > streaming from our embedded device. Unfortunately the platform I have has two > network adaptors active while debugging and I need to be able to select the > correct one for the server. It appears the server IP is set u

[Live-devel] ourIPAddress method

2012-06-25 Thread Sid Price
I finally have my new hardware platform available and am back working on streaming from our embedded device. Unfortunately the platform I have has two network adaptors active while debugging and I need to be able to select the correct one for the server. It appears the server IP is set up in ourIPA

Re: [Live-devel] Detect proxy name before being proccessed

2012-06-25 Thread Jesús Leganés
Hi Ross. I have been trying what you told me about subclass RTSPServer and redefine lookupServerMediaSession() and it seems to be the way to go, the downside is that it's not fully working: when i try to connect to the server a new auto-generated proxy is created and returned, but the client conne

[Live-devel] Fwd: Missing sync byte!

2012-06-25 Thread Tarun Batra
Sir I made my application in which i am getting data from a camera to a frame grabber board in which converts the .ts data and give us h264 frames and for the board i have allocated the buffers and i am taking data from the buffers and giving to live media libraries for streaming as shown below:-