iizukanao / picam

Audio/video recorder for Raspberry Pi with language agnostic API
GNU Lesser General Public License v2.1
488 stars 78 forks source link

MPEG-TS UDP Stream #105

Open apocnz opened 6 years ago

apocnz commented 6 years ago

Is it possible to have a UDP MPEG-TS stream option?

Or would it be easier to take the mpeg-ts recording and parse it via ffmpeg or similar and generate a UDP stream that way ?

iizukanao commented 6 years ago

@apocnz You can easily send UDP MPEG-TS stream by using ffmpeg -i tcp://127.0.0.1:8181?listen. Please take a look at Publishing to Ustream section and replace ffmpeg output options.