rtmp

  1. S

    RTMP Signal to RoomApi

    Hi! Is it possible to inject a rtmp stream in a conference room? I am using the RoomApi and I am able to send a RTMP signal to the WebCall Server and I am able to view the rtmp signal in a WebRTC - Player. My issue is, is it possible to get this signal into an existing Room created over the...
  2. pride

    RTP/RTSP/RTMP

    Здравствуйте. Могу ли я стороним приложением получить поток с WCS RTP/RTSP/RTMP ? Если да, то могу ли я выбрать кодек в котором я хочу получить поток?
  3. ajayalag1974

    Stop inactive published RTMP streams which are auto published on demand using FFMpeg

    Hi, I have written my web server code which when user visits the streaming page checks if streaming exist by name via "/rest-api/stream/find", if not it publishes rtmp stream using ffmpeg command, command is executed via child_process spawn method in nodejs (ffmpeg -re -i...
  4. A

    Рестрим по RTMP (ошибка битрейта)

    Коллеги привет, посоветуйте пожалуйста что можно сделать. Необходимо получить видеопоток по WebRTC и рестримить его по RTMP на площадку Amazon Live Shoppable videos (https://www.amazon.com/live) У Amazon вот такие требования к входящему потоку: Транслируем видеопоток на сервер Flashphoner по...
  5. N

    I cannot play rtmp from one of my servers

    attacching the error from ffmpeg . What could be the problem?
  6. S

    Rtmp republish quality

    Hi there We´r seeing some random issues with the rtmp republished quality, we use the room api and republish both streams. If we use VP8 then looking at webrtc internals bandwidth and the bandwidth on the republished streams we can see that there's almost a 50% reduction so everything...
  7. 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...
  8. P

    Поддержка RTMPS

    Здравствуйте, с точки зрения клиентского соединения, есть ли поддержка RTMPS? Все примеры на Flash/Flex используют только RTMP.
  9. appsgenii

    Flashphoner stop working

    My videos streams were working fine but it stoped today without any changes done on server. I have tried rtmp and rtsp both they are working directly on VLC but not from flashphoner. Getting this error when trying to stream from admin panal as well. FAILED Failed by ICE timeout Regards Adnan
  10. tyagi5011

    How to change default WSS adress in Webrtc as rtmp rebublishing

    I want to change the default wss address in webrtc as rtmp rebublishing because i installed the wcs on another server so i want that adress to be default I checked this method but it is not working. please help. function init_page() { $("#url").val("wss://wcs_address:8443")...
  11. V

    Can't play rtmp video while playing

    Hi, I have a bug. Can't play rtmp video while playing. How can fix it?
  12. tyagi5011

    How can i restream to youtube and facebook.

    I followed the documentation but i did not understand it. and i am not able to find rtmp_transponder_stream_name_prefix=rtmp_ in usr/local/FlashphonerWebCallServer/conf/Flashphoner.properties. Please help me how can I do this. Please guide me how can I restream the video to youtube and...
  13. L

    Авто отключение rtmp

    Когда дал команду /pull/rtmp/pull на захват потока, через какое то время поток пропадает из сервера если его не просматривать. Как можно убрать такую опцию до того как поток сам перестанет публиковаться или принудительный стоп командой.
  14. vanarie

    Twilio group sceen to RTMP

    Hello, I've been testing with WCS and setup a test server. I was able to get webRTC -> WCS -> RTMP working from the install and read the rtmp://myserver stream with VLC media player. I assume that's a good test. My goal now is to find a good, scalable way to port a video meeting conference...
  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?
  16. S

    webm -> mp4

    Приветствую. В давнем посте было указано что поставлен тикет "feature request WCS-1217" на решение проблемы с декодингом webm в mp4...
  17. S

    How to protect RTMP ingest?

    As far as I can tell, there's no way to prevent users from using any RTMP stream key they want to stream to WCS, is this correct? If so, then is it possible to protect against unauthorized streams using an authorization hook as described here? If yes, where do we configure which hook to call...
  18. dmitry1987

    При стриминге потока без видео он не воспроизводится на demo плеере

    Если стримить с видео то поток воспроизводится и с видео и с аудио , если же стримить поток с одним аудио то он не воспроизводится в демо плеере https://demo.flashphoner.com:8888/admin/demo.html Пример стриминга: ffmpeg -re -i screenrecord2.mov -map a -acodec mp3 -f flv...
  19. tom-cf

    WebRTC as RTMP re-publishing results in low video quality

    Hello, I'm using WCS to republish WebRTC as RTMP and the resulting video is very low quality. It looks ok in the Flashphoner dashboard/website but when published is unusably pixelated. This happens when using both Chrome on my MacBook Pro and Safari on my iPhone. My download/upload speeds are...
  20. V

    total no of users watching my rtmp stream

    hi can you tell me how to see the count of total no of users watching my 1 rtmp stream using embed player html
Top