Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

视频访问链接出错,提示不存在,发现是channelkey 应该改为room房间号 #95

Closed
Jevade opened this issue Apr 23, 2020 · 1 comment

Comments

@Jevade
Copy link

Jevade commented Apr 23, 2020

RTMP:rtmp://localhost:1935/{appname}/{channelkey}
FLV:http://127.0.0.1:7001/{appname}/{channelkey}.flv
HLS:http://127.0.0.1:7002/{appname}/{channelkey}.m3u8

此处的channelkey 应该修改为 房间号,在README文件中是movie

@Jevade
Copy link
Author

Jevade commented Apr 23, 2020

Start the service: execute the livego binary file or make run to start the livego service;
Get a channelkey from http://localhost:8090/control/get?room={roomname} and copy data like your channelkey.
Upstream push: Push the video stream to rtmp://localhost:1935/{appname}/{channelkey} through the RTMP protocol(default appname is live), for example, use ffmpeg -re -i demo.flv -c copy -f flv rtmp://localhost:1935/{appname}/{channelkey} push;
Downstream playback: The following three playback protocols are supported, and the playback address is as follows:
RTMP:rtmp://localhost:1935/{appname}/{roomname}
FLV:http://127.0.0.1:7001/{appname}/{roomname}.flv
HLS:http://127.0.0.1:7002/{appname}/{roomname}.m3u8

GoldenDragon0830 added a commit to GoldenDragon0830/livego that referenced this issue Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant