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/e9fa15667836d16085d6cf0791c503b8/e294e63d7fbd2980837cc42656a1e06b0c007fbde67d2a89653486a37e7bda87/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/e9fa15667836d16085d6cf0791c503b8/e294e63d7fbd2980837cc42656a1e06b0c007fbde67d2a89653486a37e7bda87/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/e9fa15667836d16085d6cf0791c503b8?e294e63d7fbd2980837cc42656a1e06b0c007fbde67d2a89653486a37e7bda87

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]