Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • VLC VLC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,503
    • Issues 3,503
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 186
    • Merge requests 186
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • VLCVLC
  • Issues
  • #6104
Closed
Open
Created Feb 19, 2012 by hilmar@hilmar

Mac OSX VLC 2.0 fails to play UDP multicast stream

Opening a UDP/TS by utilizing the open network results in:

Your input can't be opened VLC is unable to open the MRL 'udp://@233.81.233.161:10294'. Check the log for details.

Wireshark tells me no actual join is being performed

LOG relevance:

main debug: Creating an input for 'udp/ts://@233.81.233.161:10294'
main debug: using timeshift granularity of 50 MiB, in path '/tmp'
main debug: `udp/ts://@233.81.233.161:10294' gives access `udp' demux `ts' path `@233.81.233.161:10294'
main debug: creating demux: access='udp' demux='ts' location='@233.81.233.161:10294' file='(null)'
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "udp"
main debug: TIMER module_need() : 0.138 ms - Total 0.138 ms / 1 intvls (Avg 0.138 ms)
main debug: creating access 'udp' location='@233.81.233.161:10294', path='(null)'
main debug: looking for access module: 1 candidate
access_udp debug: opening server=:0 local=233.81.233.161:10294
main debug: net: opening 233.81.233.161 datagram port 10294
main error: cannot join multicast group: Can't assign requested address
access_udp error: cannot open socket
main debug: no access module matching "udp" could be loaded
main debug: TIMER module_need() : 0.831 ms - Total 0.831 ms / 1 intvls (Avg 0.831 ms)
main error: open of `udp/ts://@233.81.233.161:10294' failed
main debug: dead input
Edited Mar 04, 2012 by Rémi Denis-Courmont
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance