[Live-devel] who can add some functionality to the rtsp proxy for me (for pay)

2016-12-12 Thread Virginia Hamm
Ross said it was OK to post this! I need to give temporary access to a running proxy to users, and not only revoke the access when it times out, but also kill their existing streams. There are two components here: 1. Add and remove authorizations at runtime. - The authorization could pi

Re: [Live-devel] sending metadata within RTP packet

2016-12-12 Thread Chris Richardson (WTI)
Hello, > I want to send some metadata with the rtp packets (e.g. putting them in rtp > extension). > As I searched live555 does not support sending rtp extension so is there any > way to send such metadata in current live555. > Or are you aware of any patch that adds such functionality to live55

Re: [Live-devel] sending metadata within RTP packet

2016-12-12 Thread Ross Finlayson
> I want to send some metadata with the rtp packets (e.g. putting them in rtp > extension). > As I searched live555 does not support sending rtp extension so is there any > way to send such metadata in current live555. As you noted, we currently do not support RTP header extensions. However, de

[Live-devel] sending metadata within RTP packet

2016-12-12 Thread Mehdi Semsarzadeh
Hi there, I want to send some metadata with the rtp packets (e.g. putting them in rtp extension). As I searched live555 does not support sending rtp extension so is there any way to send such metadata in current live555. Or are you aware of any patch that adds such functionality to live555? thanks,