Advertisement
reltub

video source list

Oct 11th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. $ export HOSTNAME=localhost
  2. $ wget --quiet --output-document=- $HOSTNAME:6544/Channel/GetVideoSourceList | \
  3. > sed -e 's/></>\n</g' | egrep -v 'Password|UserId'
  4. <?xml version="1.0" encoding="UTF-8"?>
  5. <VideoSourceList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" serializerVersion="1.1">
  6. <AsOf>2014-10-11T15:00:48Z</AsOf>
  7. <Version>0.27.20140719-1</Version>
  8. <ProtoVer>77</ProtoVer>
  9. <VideoSources>
  10. <VideoSource>
  11. <Id>1</Id>
  12. <SourceName>sd-cable</SourceName>
  13. <Grabber>schedulesdirect1</Grabber>
  14. <FreqTable>default</FreqTable>
  15. <LineupId>ND33468:-</LineupId>
  16. <UseEIT>false</UseEIT>
  17. <ConfigPath>
  18. </ConfigPath>
  19. <NITId>-1</NITId>
  20. </VideoSource>
  21. <VideoSource>
  22. <Id>2</Id>
  23. <SourceName>sd-digitial</SourceName>
  24. <Grabber>schedulesdirect1</Grabber>
  25. <FreqTable>us-cable</FreqTable>
  26. <LineupId>ND33468:X</LineupId>
  27. <UseEIT>false</UseEIT>
  28. <ConfigPath>
  29. </ConfigPath>
  30. <NITId>-1</NITId>
  31. </VideoSource>
  32. <VideoSource>
  33. <Id>3</Id>
  34. <SourceName>sd-antenna</SourceName>
  35. <Grabber>schedulesdirect1</Grabber>
  36. <FreqTable>us-bcast</FreqTable>
  37. <LineupId>PC:58102</LineupId>
  38. <UseEIT>false</UseEIT>
  39. <ConfigPath>
  40. </ConfigPath>
  41. <NITId>-1</NITId>
  42. </VideoSource>
  43. </VideoSources>
  44. </VideoSourceList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement