> 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
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
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
> 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
> 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...
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
> 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
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
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
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:-
10 matches
Mail list logo