nareix / joy4

Golang audio/video library and streaming server
MIT License
2.66k stars 501 forks source link

h264 to mp4 #62

Open Esser50K opened 6 years ago

Esser50K commented 6 years ago

I'm sorry for simply posting an issue instead of looking more deeply into the library.

But basically I have a server that is receiving a RAW h264 stream from a raspberry. I'm unable to send the h264 stream directly to a webpage, form what I've read it is much easier to stream it in MP4.

So my question is: Can I use this library to encapsulate my raw h264 stream in MP4 on the fly?

indiependente commented 5 years ago

I'm sorry for simply posting an issue instead of looking more deeply into the library.

But basically I have a server that is receiving a RAW h264 stream from a raspberry. I'm unable to send the h264 stream directly to a webpage, form what I've read it is much easier to stream it in MP4.

So my question is: Can I use this library to encapsulate my raw h264 stream in MP4 on the fly?

I'm trying to do the same, did you have any luck with it?

cedricve commented 4 years ago

any update?

darkvertex commented 3 years ago

I'm also attempting the same. Did you figure it out, @Esser420?