Fix Markdown

Marcel
2017-04-05 08:59:45 +02:00
parent ff86cc13cd
commit fb9af72ef8

6
FAQ.md

@ -2,7 +2,7 @@
Add this directive to fix the problem
wait_video on;
`wait_video on;`
#### I use `pull` directive to get stream from remote location. That works for RTMP clients but does not work for HLS.
@ -12,10 +12,10 @@ Currently HLS clients do not trigger any events. You cannot pull or exec when HL
To make the files seekable add flv metadata with external software like yamdi, flvmeta or ffmpeg.
exec_record_done yamdi -i $path -o /var/videos/$basename;
`exec_record_done yamdi -i $path -o /var/videos/$basename;`
#### Published stream is missing from stats page after some time and clients fail to connect
Check if you use multiple workers in nginx (`worker_processes`). In such case you have to enable:
rtmp_auto_push on;
`rtmp_auto_push on;`