Search results

  1. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Hi, Where i can monitor ticket status ? I see you have added WCS-3358 tag to this thread.
  2. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Probably that cannot be the issue otherwise external server hosting RTMP would consider it as a part StreamName and wouldn't have identified StreamName properly but is able to identify just cannot get those query params at external server so to authenticate (that external url is mine hosting...
  3. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Hi, Thanks for quick reply. I wanted to use that last option (modify url to make it work). I tried both of these things - URI encode whole RTMP url or just those 2 characters as you stated (? &) but none works, in neither case query paramaters are forwarded to external server hosting that...
  4. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Another issue, Lets say i have a uncontrolled (external) rtmp url which only works when given some required query parameters for authentication like stuff. > For example like this - rtmp://externalhost:1935/live/streamName?username=un&password=pwd Now i simply want this rtmp to play directly...
  5. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Ok, regarding implementing user authentication, i see when we publish streams they are automatically available as RTMP stream, for example - rtmp://localhost:1935/live/test is automatically available when publishing stream with name test (which pulls its content from rtmp source). So the way...
  6. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Ok will do that, was not wanted to do that to avoid more overhead on the server (web server + php) but seems no other option.
  7. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Yes, but maybe adding some code (something like interface that registers itself to WCS to intercept) to already existing code (WCS) on the server in same language as you guys already using to handle http requests would have been a better option ? With WCS installed on server, http requests are...
  8. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Hi, So for implementing Authentication part, beside installing Flashphoner & Java, we have to install Web Server (Apache/Nginx) & PHP for handling Authentication logic ? If so, don't you guys think its an over kill for basic/simple thing ?
  9. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Hi, Ok i got it. But some more points/issues to discuss: 1. How to update rtmp source of stream published via /rest-api/pull/rtmp/pull ? Sometimes i would want to update source & sometimes i would want to disable it (than maybe unpublishing/removing the stream could be the answer) 2. So streams...
  10. ajayalag1974

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Hi, I want to permanently publish a stream (ch_1) on WCS-5 which is pulled from a RTMP Source URL (rtmp://xyz..) 1. I want to permanently publish a Stream with name: "ch_1" to be played view embed_player Iframe/Link 2. Which pulls its video from a RTMP Source URL something like...
  11. ajayalag1974

    Reduce Latency of HLS/M3U8 Live Streaming Playback via Flashphoner/Other Tech

    Will this play youtube live video (from its m3u8) with reduced latency ? Because ultimate goal is to reduce latency of m3u8/hls live streaming.
  12. ajayalag1974

    Reduce Latency of HLS/M3U8 Live Streaming Playback via Flashphoner/Other Tech

    Hi, Thanks for the help. Sorry i forgot to tell that i am not able to play m3u8 links/hls via Flashphoner by setting streamName to m3u8 link in this type of link (embed player)...
  13. ajayalag1974

    Reduce Latency of HLS/M3U8 Live Streaming Playback via Flashphoner/Other Tech

    Hello, I am pretty noob about how Flashphoner works so my request could make no sense but i just want to ask this question, i am able to reduce latency of rtmp/rtsp links by playing them through WCS5 Server (something like this link -...
Top