-
Notifications
You must be signed in to change notification settings - Fork 470
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
demo中的pullrtmp2hls无法工作 #101
Labels
Comments
触发的这个函数 observer是nil
修改,
demo注册时候就是nil , 这个修改后, lal 做server 提供rtmp, 这个demo 做rtmp 的pull 可以工作。 能保存。 但是如果和其他的rtmp 的服务(rtsp-simple-server) 连接会出现 stream 没有打开的问题。 (估计是rtmp 协议实现上有点差异) |
和 rtsp-simple-server的日志是
2个 code field unknown. 不确定是否对流程有影响。 |
q191201771
added a commit
that referenced
this issue
Jul 24, 2021
我跑这个demo也没成功
输出日志是这样的:
是 |
超时移入 #37 管理。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pullrtmp2hls 和 -i rtsp 做连接 直接crash。
2021/07/23 23:05:19.665373 �[22;36m INFO�[0m [RTMPPULL1] < R _result(). - client_session.go:479
2021/07/23 23:05:19.665373 �[22;36m INFO�[0m [RTMPPULL1] > W play('mystream'). - client_session.go:482
2021/07/23 23:05:19.665891 �[22;33m WARN�[0m [RTMPPULL1] read user control message, ignore. buf=00000000 00 04 00 00 00 01 |......|
2021/07/23 23:05:19.666407 �[22;33m WARN�[0m [RTMPPULL1] read user control message, ignore. buf=00000000 00 00 00 00 00 01 |......|
2021/07/23 23:05:19.666925 �[22;36m INFO�[0m [RTMPPULL1] < R onStatus('NetStream.Play.Start'). - client_session.go:435
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x18 pc=0xdb73a8]
比较容易重现的。 lalserver做服务,pullrtmp2hls 和lalserver连接。
The text was updated successfully, but these errors were encountered: