Closed Goule closed 4 years ago
Hi @Goule were you able to fix this issue? I'm also getting the same issue, If you have fixed this please share.
It was an issue with the slash at the end of the rtmp url.
Use rtmp://publish.dailymotion.com/publish-dm
instead of rtmp://publish.dailymotion.com/publish-dm/
Hello,
Describe the bug Connection on a Dailymotion RTMP URL doesn't work with the sample project.
The android library we are using had the same problem, apparently a "/" error with the connect packet : https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/issues/653#issuecomment-682430512
Here is an RTMP URL to test that :
Here is some logs :
If you need another RTMP URL you can ask me, because verified Dailymotion account is needed to create Live.
To Reproduce
Launch a live with this RTMP URL :
rtmp://publish.dailymotion.com/publish-dm/x7vv28t?auth=LaBMUbmckiGndGhHZ7KwMzdQfveRb53AjIbdV8Du2v
Have you any idea how to fix it ?
Thanks for your help :)