New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HLS-stream to TV example #338
Comments
|
The ffmpeg transcoding in Gerbera uses a variable buffer (which you can configure). This may help you overcome the streaming nature of the The transcoding system transcodes a stream into a temporary file stored on the hard drive...typically something like Once the stream is closed, it cleans up the transcoding process and deletes the temporary file. I found this thread about a command you could use to transcode https://stackoverflow.com/questions/32528595/ffmpeg-mp4-from-http-live-streaming-m3u8-file
|
|
Upon thinking, I have not tried transcoding a remote resource. Only local filesystem resident content. We would have to try out the External URL Object type to see if it flows through the transcoding profiles. |
|
For a first test, I have tried these settings: Entry:
in config.xml: ffmpeg returns this error: A beginner question: When writing the output to the fifo (%out), what is the file-size? Because the router has only limited disk-space for writing. |
|
There is an attribute you can set for the https://github.com/gerbera/gerbera/blob/master/src/transcoding/transcode_ext_handler.cc#L180 |
|
I have edited the agent-parameters to: What are the correct ffmpeg parameters or output format? Do you know an other app for the HLS-downloading? Or is it planned to implement HLS-support to Gerbera? |
|
I doubt we would support HLS directly in gerbera as its outside of the MediaServer remit. As for getting the HLS to work with ffmpeg that's not really something we can help with either. Maybe try using something like streamlink as the input? |
Hello,
I try to display some HLS-streams on my TV (e.g. this webcam: https://www.skylinewebcams.com/de/webcam/czech-republic/prague/prague/old-town-bridge-tower.html). Is it possible to use the gerbera transcoding (calling the m3u8-playlist in ffmpeg and output to the fifo). Please provide an example. I will install gerbera on my router.
Thanks,
Thomas
The text was updated successfully, but these errors were encountered: