Start your stream now, it's easy!


My favorite video is HLS and HTML5 ready

$ ffmpeg -re -err_detect ignore_err -i my_favorite_video.ts -c:v copy -c:a copy -f hls -hls_time 4 -hls_list_size 20 -hls_delete_threshold 5 -hls_flags delete_segments -method PUT https://free.publish.cheapcdn.net:1235/c393df77a4a2118664190a47171e9320/43cb5d1423a5eadcff0cc7680995f86625b63c8c5ac2df32a9fa8cf2b4faf275/stream.m3u8

My video needs to be transcoded

$ ffmpeg -re -err_detect ignore_err -i my_favorite_video.ts -map 0:v -map 0:a -c:v libx264 -x264opts keyint=50 -crf 21 -preset veryfast -c:a aac -b:a 128k -ar 44100 -f hls -hls_time 4 -hls_list_size 20 -hls_delete_threshold 5 -hls_flags delete_segments -method PUT https://free.publish.cheapcdn.net:1235/c393df77a4a2118664190a47171e9320/43cb5d1423a5eadcff0cc7680995f86625b63c8c5ac2df32a9fa8cf2b4faf275/stream.m3u8

Stream is offline

FAQ


I like RTMP! / My software XYZ has RTMP output only.

No problem! Use URI: rtmp://free.publish.cheapcdn.net/live/c393df77a4a2118664190a47171e9320?43cb5d1423a5eadcff0cc7680995f86625b63c8c5ac2df32a9fa8cf2b4faf275

Are there any limitations?

Yes: total storage size for stream - 100 MB, maximum file size - 50 MB, no transcoding, H.264 + AAC only, no illegal content, no SLA, no backup publish server.

Supported streaming software (tested and preferred)

Multiplatform - FFMpeg, Open Broadcaster Software
Android - RTMP Camera

Question?

[javascript protected email address]