Skip to content

Visit HTTP FLV: http://192.168.1.170:8080/push/live/livestream.flv, why doesn't it work? #1255

Closed
@zhuwh1118

Description

Taking the streaming server IP as an example, it is 192.168.1.170.
FMS URL: rtmp://192.168.1.170/live?vhost=push
Stream: livestream

Why can't I access HTTP FLV: http://192.168.1.170:8080/push/live/livestream.flv?

Print information:
[2018-11-01 16:12:04.230][warn][4695][117][2] http miss file=./objs/nginx/html/push/live/livestream.flv, pattern=/, upath=/push/live/livestream.flv

Configuration as follows,
listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
vhost push {
min_latency on;
gop_cache off;
forward x.x.x.x:1935;
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
hstrs on;

}

}

TRANS_BY_GPT3

Metadata

Assignees

Labels

TransByAITranslated by AI/GPT.Won't fixWe won't fix it.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions