thegobot

Results 26 comments of thegobot

``` vhost webrtc { rtc { enabled on; rtc_to_rtmp on; } transcode { enabled on; ffmpeg /var/www/cli/ffmpeg; engine ff { enabled on; vcodec libx264; acodec aac; asample_rate 44100; achannels 2;...

i was able to transcode 1) The problem was in the rtmp ports. In the config I changed the default rtmp port 1935 to 1940 (listen). The problem is that...

Also, a similar error is very common. Through time. Through two. Randomly ``` GET https://127.0.0.1/webrtc/stream.flv net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK) ``` Response headers ``` HTTP/1.1 200 OK Date: Mon, 18 Oct 2021...

I found a place in the code, SrsRtmpFromRtcBridger::packet_video_key_frame https://github.com/ossrs/srs/blob/e222f0da1b58de0d105134be9b4cf2acdffec2c1/trunk/src/app/srs_app_rtc_source.cpp#L1486 Always mux as an AVCSequenceHeader(type=)0, instead of NALU (type=1 in flv format). This is not true. I'm not strong in C++,...

same error ``` 2020-07-19 04:57:49,167 - ERROR: owt.AVStreamOut - No a/v frames, hasAudio(1) - ready(0), hasVideo(1) - ready(0), timeOutMs 30000 2020-07-19 04:57:49.167 - ERROR: StreamingNode - avstream-out fatal error: No...

Before run ``` rm /var/run/rabbitmq/pid ```

> https://github.com/open-webrtc-toolkit/owt-server/blob/133ed88fc513fbac42b18637d040ad6b69750e90/source/core/owt_base/internal/TransportClient.cpp#L162 > > > Add `m_session.reset();` to have a try? No. I switched to the stable version

Connect to the portal? Not a very good way. I disabled notifications for participants in the conference(room), such notifications are not very security (they are public). I modified the conference...

> The ctor of `ConferenceClient` accepts a signaling channel object, which allows custom configuration or even implementation for signaling. > > https://github.com/open-webrtc-toolkit/owt-client-javascript/blob/aa407d632feda4309bb9d2fe0935a1a2e339f6f6/src/sdk/conference/client.js#L122 I understand, but why should I make my...

> The signaling options may not work for all signaling implementations The end user must know (and choose in advance) the implementation. Options he applies to a known implementation, obviously