Closed GoogleCodeExporter closed 9 years ago
Here is a stream I quickly found and that works:
rtmp://wowzanode1.tvwmedia.net/srcEncoders/TVW01
Just opening the URL works.
Note that RTMP urls can be rather particular about their formatting.
Original comment by h.lepp...@gmail.com
on 13 Mar 2015 at 8:03
Thanks a lot!
Indeed, it works.
1) Would you have another URL with both audio and video streams? (your URL
points to a video-only stream)
2) Would you have a more complicated URL (with options) in order for me to see
which rtmp parameters can be accepted by LAV filters?
Many thanks again!
Original comment by quali...@gmail.com
on 13 Mar 2015 at 8:24
Public RTMP streams are somewhat hard to find, so I do not have anything else.
Also, the URL I linked does have video and audio.
In any case, LAV supporst the same parameters as rtmpdump, notable the
following:
app, buffer, conn, flashVer, live, pageUrl, playpath, subscribe, swfHash,
swfSize, swfUrl, swfVfy, tcUrl
All the parameters have to be passed at the end of the URL, ie. like this:
"rtmp://foo.bar/baz swfUrl=http://example.org live=1"
Original comment by h.lepp...@gmail.com
on 13 Mar 2015 at 10:11
Also, rtmpe, rtmps, rtmpte and rtmpts are not supported yet. Only rtmp and
rtmpt are supported, because support for encryption is missing.
Original comment by h.lepp...@gmail.com
on 13 Mar 2015 at 10:13
ok, thank you very much for these precisions.
Is there something like a help file or manual where information like this can
be found?
Original comment by quali...@gmail.com
on 13 Mar 2015 at 4:18
Original issue reported on code.google.com by
quali...@gmail.com
on 13 Mar 2015 at 12:15