Re: mplayer multicast start up behavior
The Wanderer <[email protected]> Sun, 24 Dec 2023 15:47:07 -0500
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Organization | This space intentionally left blank. |
| Message-ID | <[email protected]> |
On 2023-12-24 at 14:21, Michael Hawkins wrote: > OK, I tried that with: mplayer udp://239.1.2.3:4567 -loop 0 > > but still no good. > > [mhawkins@liberty ~]$ mplayer udp://239.1.2.3:4567 -loop 0 > MPlayer SVN-r38423-13 (C) 2000-2023 MPlayer Team > do_connect: could not connect to socket > connect: No such file or directory > Failed to open LIRC support. You will not be able to use your remote > control. > > Playing udp://239.1.2.3:4567. > STREAM_UDP, URL: udp://239.1.2.3:4567 > Timeout! No data from host 239.1.2.3 > udp_streaming_start failed > No stream found to handle url udp://239.1.2.3:4567 > > > Exiting... (End of file) Try changing the order of the arguments: $ mplayer -loop 0 udp://239.1.2.3:4567 I haven't run that exact command, but when I try a similar one with a different IP address and port, it seems to retry indefinitely. (The attempt-and-retry messages flood the terminal where the command was run, but that's probably to be expected.) -- The Wanderer The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. -- George Bernard Shaw _______________________________________________ MPlayer-users mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEJCOqsZEc2qVC44pUBKk1jTQoMmsFAmWImMsACgkQBKk1jTQo Mmu0Xw/+KRcIx4LPTnNPYskZNOTxjh3Kd2K50cf/hdLcmf30f++lgF8zZd/ln06I 1yMCSfVBJv6BBHZ8LOI6+L++Ye6LQC4XcG6IlrXKq8ElgUIFzNUxkWXg40qEiO+N dGefztg0CcDXRgpHZDk60TLGLfrOZj4RE5y84Q6hTc2yJiGIAsc8iffuoDPlS/0/ XThdFgRIeBpLnkUcLVzE0zLHwmN14xuFvSyzNt9lUEnanSiSOSPFYW82xFXvowCn BiXgTlzEtBnMKEMtYY5NrKP5OYeGIkAk/72E1BK3CapGT9oqSZ+rOuPcOZ3d8Nb1 x4Az41kMC0N4a2GnNahjjXUhskC1lks9tcxC500PaY93xvXXBIYiu8LuwtCxQn6N SVbTtz+8O4ijqopGM3zLJPtWUTNJJBGV9u0gVDzKQse4WByYyAvMBueDRNExzeDr QU0Lj1W1brPfaW32CCKQp0M28IvxcWPyLIxJqGy8aUR+qkcCj3x1yNiiM+CooXgf /KklIyeRFEP/0xxyWrTjq1EdCLzwtsKWOqkXnXo+RNYwZfWzGFT34G9yDXtIipoQ rkXA8pXAExxCR1f+/E9PCkkUW+oAIze2cVAlYEzWf4UJM+V9iy1kZXJ+mhRgf6CE bsD2R/X861artlylCTvpUIeheIBLUABNoelJouk8+rTVPD+o5Uc= =9B/W -----END PGP SIGNATURE-----