sallar / mac-local-rtmp-server

Local RTMP Streaming Server
MIT License
538 stars 87 forks source link

Getting random Unicode characters in stream path once a camera stream connects #5

Closed mmalliaparfitt closed 5 years ago

mmalliaparfitt commented 6 years ago

Hi Team, 9 times out of 10 i get random extra unicode characters after the address once the client connects: for example rtmp://127.0.0.1/live/B1W2Cbs8XI�: or rtmp://127.0.0.1/live/B1W2Cbs8Xs22 But it should be rtmp://127.0.0.1/live/B1W2Cbs8X according to your examples. I am also not able to create my own stream key as you can in your example I can connect to the above using VLC, but other non unicode apps fail to connect - i am running the latest version which i cloned today any ideas please Many thanks Max screenshot 2018-08-22 17 53 25 screenshot 2018-08-22 17 55 20

sallar commented 6 years ago

Thanks @mmalliaparfitt I will look into the character thingie! However you should be able to just ignore that and use your own string since this is just a random string that is generated. What is the issue with you for example using your name as key?

mmalliaparfitt commented 6 years ago

Hi @sallar If i try connecting a stream with my own stream key, the camera shows it is connected, but the server never shows a connection, it just shows "No Live Streams Currently". Any thoughts

mmalliaparfitt commented 6 years ago

additional, the icon on the top bar does go red when i connect a stream, but the ui says no connections

JesseFPV commented 6 years ago

Sometimes I'm experiencing the same issue, however the stream is available when the icon goes red. Only the UI won't show it.

sallar commented 5 years ago

This should be fixed in the latest version.