Search results

  1. M

    RTSP/websocket Inbound h264 stream

    okay then you need to install the VC++ 2015 Redistributable from MS: https://www.microsoft.com/en-us/download/details.aspx?id=3387
  2. M

    RTSP/websocket Inbound h264 stream

    Yes, I am okay with a server distributed stream (we do this with Wowza today). A better way to say what I mean is, using Wowza as a relay only is silly. My unique application requires that I package h264 nal units for streaming. I use the StreamCoders library for this purpose with Wowza. I...
  3. M

    RTSP/websocket Inbound h264 stream

    I could not upload the sample so here's a link: http://hcview.s3.amazonaws.com/RTSP%20record%20sample.zip just edit the config file to point to your wowza server (turn off all authentication requirements for recording on your endpoint) It will use the first webcam and webcam settings it finds...
  4. M

    RTSP/websocket Inbound h264 stream

    Using web sockets I might send a sdp followed by a series of h264 NAL packets (or RTP Frames). It could also be some type of RTP receiver. It's just that publishing my stream to a Wowza server just so I can grab it using your product for a peer-to-peer interaction seems silly. Thanks for your...
  5. M

    RTSP/websocket Inbound h264 stream

    Do you have access to a Wowza server and a windows machine? I can send a sample of a simple RTSP record app.
  6. M

    RTSP/websocket Inbound h264 stream

    I need to publish a stream to FlashPhoner from an RTSP client. I do this today with Wowza. I know that you can publish a stream from an RTSP server, but I don't know how to publish via RTSP record command (where the stream is initiated from the camera end). As an alternative, I could also...
Top