RTSP authentication problem?
rtsp://myadmin:mypassword@192.168.1.10:554/stream1
rtsp://myadmin:mypassword@192.168.1.10:554/stream1
myadmin
myadmin
mypassword
mypassword
Extending the jellyfish video room demo with a queue
RoomService
module and somehow using the max_children
option of the DynamicSupervisor
to add to the queue but its getting super convoluted to manage the state
Would creating another GenServer like RoomQueue
to manage queueing rooms be a good idea? Any ideas would be appreciated...Debugging bundlex/unifex errors
unifex_create/3
error below?...RTP to HLS Disconnect and Reconnect Audio Stream
[warning] <0.2197.0>/:rtp/{:stream_receive_bin, 1}/:packet_tracker Dropping packet 39181 with big sequence number difference (-13014)
[warning] <0.2197.0>/:rtp/{:stream_receive_bin, 1}/:packet_tracker Dropping packet 39181 with big sequence number difference (-13014)
Custom RTC Endpoint
HTTPAdaptiveStream issue with hls.js
Spinning up a new GenServer for each room
RTP stream
React-Native connection?
@jellyfish-dev/react-native-membrane-webrtc
client in my react native code
Then I have the following connection code in my react-native view. I see the console log statements for init connect and attempting connect. But it never connects. I don't see a connection message in my phoenix server, nor the successful connection message.
I tried increasing the log verbosity, but didn't get anything out of the logs from react-native. Is there something obviously wrong with my connection string? Is it expecting something different for the server URL?...RTP demo with RawAudio
Membrane.PortAudio.Source
) packaged into an RTP stream and sent to a server and can't quite seem to get it right.
Excerpt below based on the demo in membrane-demo/rtp
but with microphone input substituted and newer syntax.
```...Unable to create new endpoints in Membrane RTC Engine 0.14.0
to_type_string
function for all existing endpoints. This function seems to be necessary for an endpoint to be added.
This has the side-effect of removing the ability to create new endpoints - only the predefined ones are allowed:
https://github.com/jellyfish-dev/membrane_rtc_engine/blame/master/lib/membrane_rtc_engine/endpoints/webrtc/media_event.ex#L366-L368
...How to pass some client side parameters to an RTMP pipeline
How to generate SSL certs for membrane_rtc_engine dTLS?
Pipeline with RTMP source and AAC decoder
Intermittent Failures with RTMP Sink
WebRTC to HLS, where does the pipeline happen?
Membrane.Source example for RTC Engine
Problems specifying toilet capacity of Realtimer
via_in
to the realtimer as shown in the docs:
```...Confusion on usage of MP4.Demuxer.ISOM
MP4.Payload.{AAC.AVC1}
2. How to properly handle dynamically attaching the output pads for each track to downstream elements? If I want to handle the :new_track
message to attach to some sink with pads in the :always
availability mode (such as the RTMP sink) I can't attach that track to some grouping of elements which end at the sink temporarily. For example, if I get the :new_track
notification for an AAC track I can't attach just the :audio
pad of the RTMP sink, because when handling that callback there is no video pad to attach....PortAudio plugin on Apple Silicon Mac