*** tpb has joined #timvideos | 00:00 | |
*** wanig has quit IRC | 00:28 | |
*** wanig has joined #timvideos | 00:39 | |
techman83 | Just came across this -> https://www.headlessghost.com/ | 01:08 |
---|---|---|
techman83 | Not sure what it displays though, could be used for testing? | 01:08 |
*** hyades has joined #timvideos | 02:42 | |
*** hendry has joined #timvideos | 04:20 | |
hendry | hihi | 04:20 |
hendry | i have an old gstreamer recipe that worked something like: gst-launch-1.0 videotestsrc is-live=true ! x264enc ! mpegtsmux ! hlssink max-files=5 | 04:22 |
hendry | the used to create the m3u8 file and everything... can't get it working | 04:22 |
hendry | mithro: are you using gstreamer or ffmpeg? | 04:22 |
mithro | hendry: flumotion which uses gstreamer | 04:23 |
hendry | flumotion looks EOL to me... 2012 is the last update? | 04:23 |
hendry | I prefer cmdline driven | 04:24 |
mithro | hendry: aps ported flumotion to gstreamer-1.0 | 04:26 |
hendry | you don't happen to know of any gstreamer one liner? trying to get video1 out there. gst-launch-1.0 -e v4l2src device=/dev/video1 ... and so on | 04:28 |
mithro | gst-launch-1.0 -e v4l2src device=/dev/video1 ! videoconvert ! autovideosink | 04:29 |
mithro | I think | 04:29 |
hendry | gst-launch-1.0 -e v4l2src device=/dev/video1 ! videoconvert ! x264enc ! mpegtsmux ! hlssink max-files=5 # gets stuck for me... sig | 04:33 |
hendry | _sigh_ ! | 04:33 |
mithro | I'd ask in #gstreamer | 04:33 |
*** Sewar has quit IRC | 04:35 | |
*** Sewar has joined #timvideos | 04:36 | |
*** andi-muc has quit IRC | 11:54 | |
*** techman83|home has joined #timvideos | 12:32 | |
*** Niharika has joined #timvideos | 12:55 | |
hendry | mithro: http://stackoverflow.com/a/29944546/4534 | 13:04 |
tpb | Title: ffmpeg - One liner to create HLS stream - Stack Overflow (at stackoverflow.com) | 13:04 |
*** andi-m has joined #timvideos | 13:26 | |
CarlFK | hendry: what are you trying to do? | 13:40 |
hendry | CarlFK: turn my video input into a live stream | 13:54 |
CarlFK | hendry: I have something somewhere... it was a reference client/server for streaming video from the hdmi2usb eathernet port | 14:01 |
CarlFK | https://github.com/timvideos/HDMI2USB/wiki so maybe here, but I don't think so | 14:01 |
tpb | Title: Home · timvideos/HDMI2USB Wiki · GitHub (at github.com) | 14:01 |
CarlFK | hendry: getting closer.. https://github.com/timvideos/HDMI2USB/issues/14 | 14:15 |
tpb | Title: Look at supporting Marvell Ethernet chip on Digilent board · Issue #14 · timvideos/HDMI2USB · GitHub (at github.com) | 14:15 |
CarlFK | hendry: fond it https://github.com/timvideos/getting-started/issues/6#issuecomment-39253585 | 14:27 |
tpb | Title: [HDMI2USB #14] Supporting Marvell Ethernet chip on Digilent board · Issue #6 · timvideos/getting-started · GitHub (at github.com) | 14:27 |
CarlFK | gst-launch-1.0 videotestsrc is-live=true pattern=18 ! avenc_mjpeg ! rtpjpegpay ! udpsink host=127.0.0.1 | 14:27 |
CarlFK | gst-launch-1.0 udpsrc uri=udp://127.0.0.1:5004 caps="application/x-rtp" ! queue ! rtpjitterbuffer ! rtpjpegdepay ! queue ! avdec_mjpeg ! videoconvert ! videoscale ! autovideosink | 14:27 |
*** techman83|home has quit IRC | 14:33 | |
*** hyades has quit IRC | 14:59 | |
hendry | CarlFK: i don't really need to export my video anywhere. Want to create HLS stream. | 15:02 |
CarlFK | hendry: I am still not sure what you are trying to do. "live stream" sounds like you want a server. what is the client? | 15:10 |
hendry | CarlFK: a Web browser, the iPhone safari one for HLS | 15:12 |
hendry | want to also create a MPEG-DASH one for Chrome | 15:12 |
CarlFK | do you want to allow more than one client to connect at the same time? | 15:16 |
hendry | CarlFK: yes, that's the great thing about creating a manifest and just serving it over HTTPD | 15:20 |
CarlFK | hendry: what do you mean by "export my video anywhere" ? | 15:23 |
hendry | give a .m3u8 URL for playback | 15:25 |
hendry | hosted locally, I don't need to export it | 15:25 |
hendry | it's only for me and family | 15:25 |
hendry | and we have a 500Mbps line | 15:25 |
hendry | gtg, nn | 15:27 |
CarlFK | I suspect you should just setup a real server | 15:29 |
*** tariq786 has joined #timvideos | 16:40 | |
*** Niharika has quit IRC | 16:46 | |
*** hyades has joined #timvideos | 17:00 | |
*** Niharika has joined #timvideos | 17:19 | |
*** thaytan has quit IRC | 18:50 | |
*** thaytan has joined #timvideos | 19:04 | |
*** ChanServ sets mode: +v thaytan | 19:04 | |
*** Niharika has quit IRC | 19:08 | |
*** hyades has quit IRC | 20:39 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!