hls

  1. P

    Отсутствует звук в HLS у некоторых стримов

    Добрый день. Мы используем CDN (origin,transcoder,edge) и столкнулись со следующей проблемой Некоторые стримы после transcoder'a по HLS воспроизводятся без звука, по webrtc такой проблемы не наблюдаем и звук у этого же стрима есть. Если запросить этот стрим до transcoder'a на origin сервере (с...
  2. D

    Android SDK стрим идет, картинки нет

    Видео: https://dropmefiles.com/UyL8M, тут же логи. Хотя пермишен был выдан :( Скажите пожалуйста в чем может быть проблема. plugins { id 'com.android.application' id 'kotlin-android' } android { compileSdk 31 defaultConfig { applicationId "com.some.example"...
  3. M

    HLS stream behind Load Balancers

    Hi, Using WCS, WebRTC is pushed to server and it is played through HLS. Everything works great but when HLS is served through the Load balancer endpoint (more than one server is active), there was an issue in IOS where HLS stream gets freezed and plays some seconds later. After debugging, it...
  4. DamirIlyasov

    hls переключение качества

    Здравствуйте, подскажите, пожалуйста Подаём RTMP поток во флешфонер, на фронте достаём .m3u8 стрим и отображаем с помощью plyr+hls. Встал вопрос качества. Нужно иметь возможность переключать качество на клиенте. Вопрос: как через флешфонер вещать мультикачественный .m3u8 стрим? Сейчас .m3u8...
  5. R

    How to publish the Live RTSP URL and play in Chrome browser

    How we can publish rtsp url for live in flashphoner using rest api and how we use it in chrome browser (video tag)
  6. 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 -...
  7. I

    Audio only stream not working HLS

    Hello, I am trying to create a webrtc to HLS audio-only live stream. I'm streaming via browser webrtc and playing it back as HLS using a videojs player. When I set video: false in the constraints, the m3u8 file doesn't seem to get created, causing playback to fail with a file not found error...
  8. S

    HLS-LL

    hi, I was wondering will WCS support LowLatency HLS somewhere in near future? I would like to publish WebRTC and distribute LL-HLS best regards Piotr
  9. D

    HLS формат с разными разрешениями

    Добрый день, Есть rtsp-камера. Назовем ее RTSP://camera1 Есть соответсвенно url для получения видео с камеры в HLS-формате: https://host/RTSP%3A%2F%2Fcamera1/RTSP%3A%2F%2Fcamera1.m3u8 Для смены разрешения всех видео стримов у Flashphoner есть настройка hls_player_height, hls_player_width...
  10. aledg

    Loader HLS

    Where I can change the loader layout gif? This loader start when the HLS video is ready.
  11. Dani

    vod experience

    my player requires a manifest file(mfd) for vod expeirence I understand I need to put the mp4 file in the media folder as specified in the properties file. than I create stream using vod://sample.mp4 as the stream name. how do I pass it to the player ? the player requires a manifest URI...
  12. ekamaster

    Не проигрывается нативный HLS в Safari ios

    OS: ios Проблема: проигрывается hls native в chrome, но не проигрывается в Safari ------------------- HLS проигрывается на том же ios в Chrome, но отказывается проиграться в Safari. За проигрывание на ios в разных браузерах в js отвечает один и тот же код, не сильно отличающийся от того, что в...
  13. M

    HLS-HTTPS-pool-30-thread-427:BLOCKED

    We are seeing the following messages in our logs: 10:14:39,779 INFO bstractNioWorkerPool - HLS-HTTPS-BOSS-pool-29-thread-1 Workers size 144 Cemetery size 564 index:id:state:dead_for_ms 0:HLS-HTTPS-pool-30-thread-427:BLOCKED:745274 1:HLS-HTTPS-pool-30-thread-201:BLOCKED:1416971...
  14. N

    I cannot play HLS streams

    Here are my hls settings: ####HLS##### hls_enabled=true hls_auto_start=true hls_list_size=3 hls_abr_enabled=true hls_preloader_enabled=false hls_store_segment_in_memory=true hls_time=3 My URL looks like this: http://<address>:8082/<streamName>/<streamName>.m3u8 In chrome I get : <server>...
  15. R

    1080p RTMP

    Dear Max, We are running well with 720p -> Input RTMP and Output is HLS edge. On this scenario, if we watch WEBRTC stream from source server (rtmp input) and output HLS edge, the quality is the same. If we attempt to move to 1080p, including this on cdn_profiles, we have GOOD quality on...
  16. M

    HLS first user issue

    Hi, I m publishing the streams to origin servers and playing using HLS by edge servers. When a first user tries to view the stream, the stream can't be played in player and buffer gets stalled out. If it is played again, then streams gets played. Based on this link...
  17. KonstantinK

    буффер на стороне клиента

    при воспроизведении потока в VLC видео идет с задержкой, но не замирает а при воспроизведении потока в HTML5 плеере видео идет без задежки, но замерает. подскажите есть ли возможность использования буфера на стороне клиента для HTML5 плеера?
  18. M

    Malformed response headers

    Hi, My Origin and edge servers are behind AWS Load balancers respectively. Whenever there is a 200 response from WCS server, the Load balancer returns response witn 200 HTTP code. But when the WCS server returns 404 or 401, then the Load balancer returns 502 or 503 respectively which means LB...
  19. R

    HLS Stream Quality

    Hello Max, We are confused about HLS. How to define 720p quality to HLS on edge? We start the HLS by API, but how to call an specific transcoder to them?
  20. R

    RTMP -> HLS - Audio Wihout Sync

    Hello! We are streaming from VMIX to Youtube and FlashPhoner. On Youtube we got SYNC audio x video. On our structure, we got Audio and Video after some time, lost the sync and do not recover. We have an ORIGIN server and EDGE on Google Cloud. We can see the lost of SYNC on WebRTC and M3MU...
Top