Search results

  1. J

    Republishing edited video stream

    Strange...i did the same thing: But still see the same input/output error disregard of whether i used public/private IP or even localhost in the ffmpeg command:
  2. J

    Republishing edited video stream

    also, there seems to be missing of REST API in my installation: curl -0 -H "Accept: application/json" -H "Content-Type:application/json" -X POST -d '{"streamName": "rpdc78", "rtmpUrl":"rtmp://rtmp.flashphoner.com:1935/live"}' http://52.221.194.95:8081/rest-api/push/startup...
  3. J

    Republishing edited video stream

    i started the stream from Two Way Streaming Demo Page, and could play it on the same page...but the RTMP URL seems incorrect.
  4. J

    Republishing edited video stream

    adding the suggested parameters in flashphone.properties file: #websocket ports ws.port =8080 wss.port =8443 #client_log_level=DEBUG #pull_streams=rtmp://rtmp://localhost:1935/live rtmp_transponder_stream_name_prefix= rtmp_transponder_full_url=true...
  5. J

    Republishing edited video stream

    Have a new discovery....i installed another instance of Flashphoner in another server...didn't change any code, and when I tried started a stream in WEBRTC as RTMP demo page, I could not start the stream till I change the URL in RTMP URL from rtmp://localhost:1935/live to...
  6. J

    Republishing edited video stream

    Like this: <iframe id='fp_embed_player' src='https://52.221.194.95:8888/embed_player?urlServer=wss://52.221.194.95:8443&streamName=rpdc78&mediaProviders=WebRTC,Flash,MSE,WSPlayer' marginwidth='0' marginheight='0' frameborder='0' width='100%' height='100%' scrolling='no'...
  7. J

    Republishing edited video stream

    and on top of sending the edited stream to FB, I intend to create a new RTMP stream using a new stream name, so that i can embed a iframe into our website to play the video (don't want to use FB for that).
  8. J

    Republishing edited video stream

    the reason of republish is that i need to add overlays into the original rtmp stream captured from browser via WebRTC using ffmpeg, then re-publish it using a new stream name..however when i did that, it seems the demo Player could not recognize the new stream name...I suspect its due to the...
  9. J

    Republishing edited video stream

    I did in fact modify webrtc-as-rtmp-republishing.js & webrtc-as-rtmp-republishing.html files to use rtmp://127.0.0.1:1935/stream/ instead of rtmp://127.0.0.1:1935/live.....on top of these 2 files, whereas should I edit to synchronize the change? Meanwhile, I will try to change it back to...
  10. J

    Republishing edited video stream

    I have sent a report to support with all necessary info.
  11. J

    Republishing edited video stream

    I used ffmpeg to send the edited video to a new RTMP stream with new stream ID (rpdc78 in below example): apache 29063 29042 8 05:56 ? 00:00:00 /snap/ffmpeg/821/usr/bin/ffmpeg -i rtmp://127.0.0.1:1935/stream/rtmp_dc78 -i /home/apache/logo.png -f image2 -loop 1 -i /home/apache/prod1.png...
  12. J

    Republishing edited video stream

    Question now is why I could not play the edited RTMP stream (stream id: rpdc78) via the Player on demo page?
  13. J

    Republishing edited video stream

    Ignore my latest feedback...I could actually stream the edited RTMP stream via VLC media player...;)
  14. J

    Republishing edited video stream

    I executed the below ffmpeg commands to edit the rtmp stream then publish to FB and another RTMP stream using different stream ID: apache 29063 29042 8 05:56 ? 00:00:00 /snap/ffmpeg/821/usr/bin/ffmpeg -i rtmp://127.0.0.1:1935/stream/rtmp_dc78 -i /home/apache/logo.png -f image2 -loop 1...
  15. J

    Republishing edited video stream

    I'm building an app to use webrtc to capture video from web browser, stream it as RTMP stream, edited the RTMP stream using ffmpeg then forward it to FB or Instagram. To add to above, I want to re-publish the edited video stream as a new RTMP stream...how do I do that in Flashphoner/webcallserver?
Top