Discussion:
[FFmpeg-user] On-demand transcoding streams
Daniel Rosenzweig
2018-12-06 02:22:42 UTC
Permalink
I'm currently using ffmpeg to transcode an internet stream, to a file, to
change the format and lower the bandwidth.

I'd like to transcode from a live internet feed (changing codec and
bitrate) to a local network url, which a media player or local internet
radio device could play.

I want the request to the URL on my local network, to start the streaming
from the internet (and stop the internet streaming, when the local stream
request is stopped (by a media player or internet radio on my local
network).

I want to do this for numerous internet streams, so I'd need a way to
address each stream.

Can this be done? Thanks
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org with sub
kumowoon1025
2018-12-06 19:32:36 UTC
Permalink
Which protocols do your media players support? What is used by the live
streams you're trying to transcode? The on-demand part of this doesn't sound
like it would be too easy to implement.



--
Sent from: http://www.ffmpeg-archive.org/
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org w
yUGz afterLife
2018-12-06 19:36:17 UTC
Permalink
@kumowoon1025

https://z3pm.me

Hugo

De : kumowoon1025
Envoyé le :jeudi 6 décembre 2018 20:32
À : ffmpeg-***@ffmpeg.org
Objet :Re: [FFmpeg-user] On-demand transcoding streams

Which protocols do your media players support? What is used by the live
streams you're trying to transcode? The on-demand part of this doesn't sound
like it would be too easy to implement.



--
Sent from: http://www.ffmpeg-archive.org/
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org with subject "unsubscribe".

_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org with subject "unsubscribe

Loading...