Sharing your channel with kosmi.io (original) (raw)

https://kosmi.io/ is a site that allows you to create chat rooms where you can watch stuff together with your friends. It is indeed possible to use this to safely share a dizqueTV stream. However, there are some requirements:

Step 1 : Generating a HLS stream from a channel

ffmpeg -f concat -safe 0 -i http://192.168.0.10:8000/playlist?channel=14 -vcodec copy -f hls -hls_flags delete_segments -hls_list_size 20 mychannel.m3u8

Some details of what this ffmpeg command is doing:

Step 2 : Testing your stream.

Since your ffmpeg is now generating the m3u8 file and tons of .ts files in your folder, you should be able to use the stream url https://my-web-server/my-folder/my-channel.m3u8 in VLc or MPV

Step 3: Use that url in kosmi.io

It should (hopefully) work now.

Notes

Add a custom footer