mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #118] vlc #315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blackmore1 on GitHub (Jul 14, 2017).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/118
hi.how to make vlc for android support http auth
@Porco-Rosso commented on GitHub (Jul 16, 2017):
try:
http://username:password@your.ip.address/:port
A word of warning, your username and password will be sent over the wire as cleartext, so only use this method on a secure network, not someplace like a coffeeshop
@blackmore1 commented on GitHub (Jul 17, 2017):
thanks