soyersoyer / fmp4streamer

Fmp4streamer streams your V4L2 camera directly to any browser and media player as MP4 (H264).
Apache License 2.0
78 stars 7 forks source link

IP Camera Adapter #6

Closed j-landen closed 2 years ago

j-landen commented 2 years ago

Hello, I have been able to connect to my raspberry pi video via an internet browser and have gotten to watch the video live. However, I am attempting to connect to it with an MJPEG IP camera adapter but I keep getting an error: "Some other HTTP error: 301". I understand this is probably because the MP4Streamer is listening in on the H264 stream, but I was hoping you might have an idea of a work-around or some way to fix this. I apologize if this is a dumb question but I am fairly new to the Raspberry pi game. Thank you

soyersoyer commented 2 years ago

Hello, That's great! The project's main goal is to stream to browsers efficiently. The output is H264, not MJPG, so it won't work with MJPG softwares, sorry. Try that with ustreamer or mjpg-streamer.