livepeer-swarm icon indicating copy to clipboard operation
livepeer-swarm copied to clipboard

POC implementation of Livepeer network node, built on Swarm and Devp2p

Results 12 livepeer-swarm issues
Sort by recently updated
recently updated
newest added

There should be: `livepeer daemon` - launches livepeerd `livepeer stream -d {deviceID} -h {hostInfo}` - tries to capture a video stream from a local device and streams to host `livepeer...

> ERROR: logging before flag.Parse: I0611 18:26:14.160085 12556 listener.go:52] Writing RTMP to stream > ERROR: logging before flag.Parse: I0611 18:26:14.161371 12556 video_segmenter.go:90] Ffmpeg path: > ERROR: logging before flag.Parse: I0611...

Should take out the redirect. No longer a proper endpoint.

bug

According to the HLS spec, #EXT-X-MEDIA-SEQUENCE number has to exist in the file. I got this: ``` [erictangs-MacBook-Pro-3][erictang]-> curl http://gateway1-toynet.livepeer.org:8935/stream/ce22d44e0588b247dc715714b921eaef85562843ea478fe011dda14ffdb4d1df358ef9185c72655670fbb0e7dfff593a927efd3beae733bf968b1e3b1c1d8bef.m3u8 #EXTM3U #EXT-X-VERSION:3 #EXT-X-ALLOW-CACHE:NO #EXT-X-MEDIA-SEQUENCE:66 #EXT-X-TARGETDURATION:2 #EXTINF:2, ce22d44e0588b247dc715714b921eaef85562843ea478fe011dda14ffdb4d1df358ef9185c72655670fbb0e7dfff593a927efd3beae733bf968b1e3b1c1d8bef_193.ts #EXTINF:2, ce22d44e0588b247dc715714b921eaef85562843ea478fe011dda14ffdb4d1df358ef9185c72655670fbb0e7dfff593a927efd3beae733bf968b1e3b1c1d8bef_194.ts #EXTINF:2,...

bug

Might be because the client will try to kill the stream and not find the original node.

bug

**Issue by [dob](https://github.com/dob)** _Wednesday Mar 01, 2017 at 02:43 GMT_ _Originally opened as https://github.com/livepeer/go-ethereum/issues/39_ ---- I have 5 nodes running, most with maxpeers 1, yet they're all connecting to one...

bug

When publishing an RTMP stream, it gets turned to HLS automatically in the broadcasting node. If a viewer subscribes and then unsubscribes, the HLS stream in the broadcasting node disappears...

bug

When a peer temporarily goes offline and comes back on, the stream cannot continue. Repro steps: * Set up a 2-node cluster * Start streaming to node 1 * Start...

bug

**Issue by [ericxtang](https://github.com/ericxtang)** _Friday Feb 17, 2017 at 22:31 GMT_ _Originally opened as https://github.com/livepeer/go-ethereum/issues/26_ ---- This should happen on the viewer side. Right now the HLS name->segment map in the...

bug