1. 14 Feb, 2015 1 commit
  2. 27 Nov, 2014 1 commit
  3. 05 Nov, 2014 1 commit
  4. 30 Aug, 2014 1 commit
  5. 16 Aug, 2014 2 commits
  6. 07 Jun, 2014 1 commit
  7. 13 May, 2014 1 commit
  8. 07 May, 2014 1 commit
  9. 22 Mar, 2014 1 commit
  10. 08 Jan, 2014 1 commit
  11. 25 Dec, 2013 1 commit
  12. 17 Dec, 2013 1 commit
    • Stoian Ivanov's avatar
      UDP: join multicast group on the interface specified with &localaddr= · 5fe415f0
      Stoian Ivanov authored
      When joining multicast groups, ffmpeg was using INADDR_ANY as interface address
      which leads to enabling the multicast group on the interface with "default gateway".
      Often multicast traffic is received over dedicated interface, which scenario ffmpeg was
      unable to handle. With this patch, ffmpeg will enable multicast group to the interfaces
      configured with address specified in &localaddr= parameter of udp:// URL. To avoid
      loacal_addr resolve at udp_close(...) the UDPContext structure was extended with
      struct sockaddr_storage local_addr_storage member, which is populated in udp_open(..)
      and passed to udp_join_multicast_group()  and udp_leave_multicast_group().
      Signed-off-by: 's avatarStoian Ivanov <s.ivanov@teracomm.bg>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      5fe415f0
  13. 05 Aug, 2013 1 commit
  14. 29 Jul, 2013 2 commits
  15. 28 Jun, 2013 1 commit
  16. 12 Mar, 2013 1 commit
  17. 05 Nov, 2012 1 commit
  18. 27 Oct, 2012 1 commit
  19. 20 Oct, 2012 1 commit
  20. 15 Sep, 2012 1 commit
  21. 28 Aug, 2012 1 commit
  22. 06 Aug, 2012 1 commit
  23. 20 Jul, 2012 1 commit
  24. 19 Jul, 2012 1 commit
  25. 28 Jun, 2012 1 commit
  26. 27 Jun, 2012 2 commits
  27. 26 Jun, 2012 1 commit
  28. 20 Jun, 2012 1 commit
  29. 19 Jun, 2012 3 commits
  30. 14 May, 2012 1 commit
  31. 28 Mar, 2012 1 commit
  32. 22 Mar, 2012 4 commits