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, I don't know if the way incoming streams are intended to work is what I understood.
I am using 1.9.7 version.
I would like to create a stream sharing my desktop and then be able to see my desktop (the stream) from another browser or publish this stream to telegram.
So I created in the config an empty stream using the following config below:
At this point I tried to create a consumer of this screen by simply visiting the following url: http://localhost:1984/stream.html?src=mystream
and the error is: unknown error
Probably this is due to the empty stream, but since this is an incoming stream I thought it was the right way to do it.
with 1.96 it works. However, I tried to publish the stream via rtmp and the sounds does not work.
From the connection page this is what I see:
only the h264 is being sent to rtmp. I don't know how to also send opus (audio)
Hi, I don't know if the way incoming streams are intended to work is what I understood.
I am using 1.9.7 version.
I would like to create a stream sharing my desktop and then be able to see my desktop (the stream) from another browser or publish this stream to telegram.
So I created in the config an empty stream using the following config below:
and then I added a producer in this stream using the following link: http://localhost:1984/webrtc.html?dst=mystream&media=display+speaker
so in my browser I selected the screen to share and the stream
mystream
now has one producer.At this point I tried to create a consumer of this screen by simply visiting the following url:
http://localhost:1984/stream.html?src=mystream
and the error is:
unknown error
Probably this is due to the empty stream, but since this is an incoming stream I thought it was the right way to do it.
I also tried to see the stream using the url: http://localhost:1984/webrtc.html?src=mystream&media=video+audio but it hangs indefinitely
Anyone can help me how to manage incoming sources properly? There is not enough documentation on this top.
The text was updated successfully, but these errors were encountered: