gstreamerCheatsheet
gstreamerCheatsheet copied to clipboard
[Feature Request] Looking for v4l2 source over mpegts to chunked html
This is neat. I'm hoping I can get some help, I'm looking for the gstreamer equivalent of
ffmpeg -f v4l2 -framerate 20 -video_size 320x240 -i /dev/video0 -f mpegts -codec:v mpeg1video -s 320x240 "http://example.com:8888/stream?id=s93dd21a"
The http server will be rebroadcasting this to the client's side playing on jsmpeg player https://github.com/phoboslab
Or if you have any ideas on how to use a MJPEG based pipeline.