Wednesday, 2015-04-29

*** tpb has joined #timvideos00:00
*** wanig has quit IRC00:28
*** wanig has joined #timvideos00:39
techman83Just came across this -> https://www.headlessghost.com/01:08
techman83Not sure what it displays though, could be used for testing?01:08
*** hyades has joined #timvideos02:42
*** hendry has joined #timvideos04:20
hendryhihi04:20
hendryi have an old gstreamer recipe that worked something like: gst-launch-1.0 videotestsrc is-live=true ! x264enc ! mpegtsmux ! hlssink max-files=504:22
hendrythe used to create the m3u8 file and everything... can't get it working04:22
hendrymithro: are you using gstreamer or ffmpeg?04:22
mithrohendry: flumotion which uses gstreamer04:23
hendryflumotion looks EOL to me... 2012 is the last update?04:23
hendryI prefer cmdline driven04:24
mithrohendry: aps ported flumotion to gstreamer-1.004:26
hendryyou 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 on04:28
mithrogst-launch-1.0 -e v4l2src device=/dev/video1 ! videoconvert ! autovideosink04:29
mithroI think04:29
hendrygst-launch-1.0 -e v4l2src device=/dev/video1 ! videoconvert ! x264enc ! mpegtsmux ! hlssink max-files=5 # gets stuck for me... sig04:33
hendry_sigh_ !04:33
mithroI'd ask in #gstreamer04:33
*** Sewar has quit IRC04:35
*** Sewar has joined #timvideos04:36
*** andi-muc has quit IRC11:54
*** techman83|home has joined #timvideos12:32
*** Niharika has joined #timvideos12:55
hendrymithro: http://stackoverflow.com/a/29944546/453413:04
tpbTitle: ffmpeg - One liner to create HLS stream - Stack Overflow (at stackoverflow.com)13:04
*** andi-m has joined #timvideos13:26
CarlFKhendry: what are you trying to do?13:40
hendryCarlFK: turn my video input into a live stream13:54
CarlFKhendry: I have something somewhere... it was a reference client/server for streaming video from the hdmi2usb eathernet port14:01
CarlFKhttps://github.com/timvideos/HDMI2USB/wiki  so maybe here, but I don't think so14:01
tpbTitle: Home · timvideos/HDMI2USB Wiki · GitHub (at github.com)14:01
CarlFKhendry: getting closer.. https://github.com/timvideos/HDMI2USB/issues/1414:15
tpbTitle: Look at supporting Marvell Ethernet chip on Digilent board · Issue #14 · timvideos/HDMI2USB · GitHub (at github.com)14:15
CarlFKhendry: fond it https://github.com/timvideos/getting-started/issues/6#issuecomment-3925358514:27
tpbTitle: [HDMI2USB #14] Supporting Marvell Ethernet chip on Digilent board · Issue #6 · timvideos/getting-started · GitHub (at github.com)14:27
CarlFKgst-launch-1.0 videotestsrc is-live=true pattern=18 ! avenc_mjpeg ! rtpjpegpay ! udpsink host=127.0.0.114:27
CarlFKgst-launch-1.0 udpsrc uri=udp://127.0.0.1:5004 caps="application/x-rtp" ! queue ! rtpjitterbuffer ! rtpjpegdepay ! queue ! avdec_mjpeg ! videoconvert ! videoscale ! autovideosink14:27
*** techman83|home has quit IRC14:33
*** hyades has quit IRC14:59
hendryCarlFK: i don't really need to export my video anywhere. Want to create HLS stream.15:02
CarlFKhendry: 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
hendryCarlFK: a Web browser, the iPhone safari one for HLS15:12
hendrywant to also create a MPEG-DASH one for Chrome15:12
CarlFKdo you want to allow more than one client to connect at the same time?15:16
hendryCarlFK: yes, that's the great thing about creating a manifest and just serving it over HTTPD15:20
CarlFKhendry: what do you mean by "export my video anywhere"  ?15:23
hendrygive a .m3u8 URL for playback15:25
hendryhosted locally, I don't need to export it15:25
hendryit's only for me and family15:25
hendryand we have a 500Mbps line15:25
hendrygtg, nn15:27
CarlFKI suspect you should just setup a real server15:29
*** tariq786 has joined #timvideos16:40
*** Niharika has quit IRC16:46
*** hyades has joined #timvideos17:00
*** Niharika has joined #timvideos17:19
*** thaytan has quit IRC18:50
*** thaytan has joined #timvideos19:04
*** ChanServ sets mode: +v thaytan19:04
*** Niharika has quit IRC19:08
*** hyades has quit IRC20:39

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!