Page 1 of 1

RTMP parameters (avio-options) in iOS

Posted: 19 Jun 2015 05:16
by hyshai
How can RTMP parameters be passed into Open Network Stream in the iOS app?

e.g.

Code: Select all

rtmp://foo/bar/baz :avio-options "{app=qux, live=1}"
doesn't work.

Re: RTMP parameters (avio-options) in iOS

Posted: 19 Jun 2015 10:37
by fkuehne
The Open Network Stream panel on iOS does not support the addition of options next to the URL. This is a desktop-only feature.

Re: RTMP parameters (avio-options) in iOS

Posted: 19 Jun 2015 19:21
by hyshai
Is this something that can be added as a feature request? Is there an issue tracker that I can add it to?

As an aside, does VLCKit support rtmp parameter passing (using avio-options)?

Re: RTMP parameters (avio-options) in iOS

Posted: 19 Jun 2015 19:52
by fkuehne
VLCKit does support that, yes.

I don't see the iOS team implementing that themselves any time so, but we have an issue tracker available at http://trac.videolan.org/vlc and we always welcome patches from third parties :)