You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @matoken
In order to display the message correctly, you need to pass another param -client https://your-frontend-domain.
It just defaults to https://stream.club that why you saw the message.
But under the hood tstream should be streaming to your server now. You can confirm it by calling curl http://localhost:3000/api/rooms. it should return a list of rooms that contain your room.
First I started tserver
When another terminal is opened and TStream is launched with the same option as an example, streaming starts with https://tstream.club/
$ ./tstream -server http://localhost:3000 TStream v1.3.2 ✔ Username: █atoken ✔ Stream title: hoge█ Press Enter to continue! 🔥 Streaming at: https://tstream.club/matoken
If you change the server from
http://localhost:3000
tohttp://localhost:3000/
, it has become an errorDebian sid amd64 environment
tserver_1.3.2_linux_x86_64.tar.gz
AndTStream_1.3.2_linux_x86_64.tar.gz
was used.The text was updated successfully, but these errors were encountered: