1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix the forwarder reconnect bug, feed it the sequence header.

This commit is contained in:
winlin 2013-12-15 17:09:25 +08:00
parent c7ec6f511c
commit 270041b225
7 changed files with 44 additions and 8 deletions

View file

@ -92,7 +92,7 @@ vhost __defaultVhost__ {
vhost dev {
enabled on;
gop_cache on;
#forward 127.0.0.1:19350;
forward 127.0.0.1:19350;
hls {
enabled off;
hls_path ./objs/nginx/html;