ffmpeg high packet loss with UDP output












2















I'm trying to transcode our hls streams into UDP multicast stream using ffmpeg, and I'm getting too many lost packets.



I'm using following command to transcode



ffmpeg 
-loglevel warning
-nostats
-re
-max_reload 2
-i "http://hls-server/stream/playlist.m3u8"
-c:v copy
-c:a copy
-f mpegts
-flush_packets 0
"udp://remote-ip:40001?pkt_size=1316&buffer_size=8388608"


on the remote host I'm running client that checks mpegts headers continuity counter, and I'm getting an errors few times a minute.



I've tested the link between servers using iperf - 100 mb/s for half a hour without single packet lost.



I had this test running in parallel with ffmpeg and there was aforementioned packet loss for ffmpeg stream, but no packet loss for iperf.



I've already tried tweaking net.core.rmem_max and net.core.wmem_max with no success. I've tried increasing nic buffers using ethtool -G tx xxx also with no success. And I've already tried multiple versions of ffmpeg 3.3.9, 3.4.5, 4.0.3, and 4.1.



Do anyone have idea what could case this issue and how to fix it?










share|improve this question





























    2















    I'm trying to transcode our hls streams into UDP multicast stream using ffmpeg, and I'm getting too many lost packets.



    I'm using following command to transcode



    ffmpeg 
    -loglevel warning
    -nostats
    -re
    -max_reload 2
    -i "http://hls-server/stream/playlist.m3u8"
    -c:v copy
    -c:a copy
    -f mpegts
    -flush_packets 0
    "udp://remote-ip:40001?pkt_size=1316&buffer_size=8388608"


    on the remote host I'm running client that checks mpegts headers continuity counter, and I'm getting an errors few times a minute.



    I've tested the link between servers using iperf - 100 mb/s for half a hour without single packet lost.



    I had this test running in parallel with ffmpeg and there was aforementioned packet loss for ffmpeg stream, but no packet loss for iperf.



    I've already tried tweaking net.core.rmem_max and net.core.wmem_max with no success. I've tried increasing nic buffers using ethtool -G tx xxx also with no success. And I've already tried multiple versions of ffmpeg 3.3.9, 3.4.5, 4.0.3, and 4.1.



    Do anyone have idea what could case this issue and how to fix it?










    share|improve this question



























      2












      2








      2








      I'm trying to transcode our hls streams into UDP multicast stream using ffmpeg, and I'm getting too many lost packets.



      I'm using following command to transcode



      ffmpeg 
      -loglevel warning
      -nostats
      -re
      -max_reload 2
      -i "http://hls-server/stream/playlist.m3u8"
      -c:v copy
      -c:a copy
      -f mpegts
      -flush_packets 0
      "udp://remote-ip:40001?pkt_size=1316&buffer_size=8388608"


      on the remote host I'm running client that checks mpegts headers continuity counter, and I'm getting an errors few times a minute.



      I've tested the link between servers using iperf - 100 mb/s for half a hour without single packet lost.



      I had this test running in parallel with ffmpeg and there was aforementioned packet loss for ffmpeg stream, but no packet loss for iperf.



      I've already tried tweaking net.core.rmem_max and net.core.wmem_max with no success. I've tried increasing nic buffers using ethtool -G tx xxx also with no success. And I've already tried multiple versions of ffmpeg 3.3.9, 3.4.5, 4.0.3, and 4.1.



      Do anyone have idea what could case this issue and how to fix it?










      share|improve this question
















      I'm trying to transcode our hls streams into UDP multicast stream using ffmpeg, and I'm getting too many lost packets.



      I'm using following command to transcode



      ffmpeg 
      -loglevel warning
      -nostats
      -re
      -max_reload 2
      -i "http://hls-server/stream/playlist.m3u8"
      -c:v copy
      -c:a copy
      -f mpegts
      -flush_packets 0
      "udp://remote-ip:40001?pkt_size=1316&buffer_size=8388608"


      on the remote host I'm running client that checks mpegts headers continuity counter, and I'm getting an errors few times a minute.



      I've tested the link between servers using iperf - 100 mb/s for half a hour without single packet lost.



      I had this test running in parallel with ffmpeg and there was aforementioned packet loss for ffmpeg stream, but no packet loss for iperf.



      I've already tried tweaking net.core.rmem_max and net.core.wmem_max with no success. I've tried increasing nic buffers using ethtool -G tx xxx also with no success. And I've already tried multiple versions of ffmpeg 3.3.9, 3.4.5, 4.0.3, and 4.1.



      Do anyone have idea what could case this issue and how to fix it?







      linux ffmpeg streaming udp






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 27 '18 at 20:36









      zx485

      824613




      824613










      asked Dec 27 '18 at 19:24









      Tomáš HavlasTomáš Havlas

      111




      111






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1388213%2fffmpeg-high-packet-loss-with-udp-output%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1388213%2fffmpeg-high-packet-loss-with-udp-output%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕