Advertisement
infogulch

Untitled

May 26th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <html>
  2. <head><title>hi</title></head>
  3. <body>
  4. <p><a href="rtsp://joe:pass@localhost:5554/Test">link</a></p>
  5.  
  6. <ul>
  7. <vlc id="foreach" param1="info" param2="urls" />
  8. <li>
  9. id: <vlc id="value" param1="info.id" /><br />
  10. stream: <vlc id="value" param1="info.stream" /><br />
  11. url: <vlc id="value" param1="info.url" /><br />
  12. mime: <vlc id="value" param1="info.mime" /><br />
  13. protected: <vlc id="value" param1="info.protected" /><br />
  14. used: <vlc id="value" param1="info.used" /><br />
  15. </li>
  16. <vlc id="end" />
  17. </ul>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement