Vodcasting for Cocoon

I have released the latest version, v1.1.3. I have released a sample script for DLNA and Vodcast, dms2vodcast.pl, with Net::UPnP v1.1.3. It can convert from MPEG2 movies of DLNA media servers to MPEG4 and the RSS file for Vodcast, to specify only your favorite movies.

Using the sample script, I can convert only my favorite broadcast movies such as business news automatically every night, check out the MPEG4 movies from my Cocoon to my iPod using the RSS file and iTunes such as the following cron 🙂

Cocoon

System

The package includes a utility package, UPnP::AV::MediaServer for DLNA media server. I added some examples for the package such as printing all contents in the all media server in the local network.

The package includes a vodcast example, dms2vodcast.pl, using UPnP::AV::MediaServer. The example finds all DLNA media servers such as Sony’s Cocoon and Toshiba’s RD-X6 in the local network, converts the MPEG2 movies to the MPEG4 one, and outputs the RSS file for Vodcast.

Cocoon

Utility

$ dms2vodcast.pl --help
Usage : dms2vodcast.pl [options...] <output RSS file name>
Options :
-b/--base-url <url>                    Set the base url in the item link property of the output RSS file
-B/--base-directory <url>              Set the base directory to output the RSS file and the MPEG4 files
-d/--rss-description <description>     Set the description tag in the output RSS file
-g/--rss-language <language>           Set the language tag in the output RSS file
-h/--help                              This is help text.
-l/--rss-link <link>                   Set the link tag in the output RSS file
-r/--requested-count <url>             Set the max request count to the media server contents
-t/--rss-title <file>                  Set the title tag in the output RSS file
-f/--mp4-format <ipod | psp>           Set the MPEG4 format
-s/--search-title <regular expression> Set the regular expression of the content titles by UTF-8

Example

$dms2vodcast.pl -b http://xxx.xxx.xxx.xxx/ -B /var/www/html/ -d "CyberGarage Vodcast"
 -g ja -t CyberGarage -s "ワールドビジネスサテライト" cgvodcast.xml
DLNA Media Sever 2 Vodcast (v1.0.3), Copyright (c) 2005 Satoshi Konno
Output RSS file name = cgvodcast.xml
  title : CyberGarage
  description : CyberGarage Vodcast
  language : ja
  base url : http://xxx.xxx.xxx.xxx/
  base directory : /var/www/html/
  requested_count : 0
  mp4_format : ipod
  search regexp : ワールドビジネスサテライト
[0] : CoCoon Channel Server CSV-EX9/11
[V9009] ワールドビジネスサテライト (GG) (http://xxx.xxx.xxx.xxx:51002/video?O=V9009&P=2&C=1&B=5&I=9009)
curl "http://xxx.xxx.xxx.xxx:51002/video?O=V8984&P=2&C=1&B=5&I=9009"
 -o "CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V9009.mpeg"
ffmpeg -y -i "CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V9009.mpeg"
 -bitexact -fixaspect -s 320x240 -r 29.97 -b 850 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4
 "/var/www/html/CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V9009_ipod.m4v"
[V8984] ワールドビジネスサテライト土曜版 (GG) (http://xxx.xxx.xxx.xxx:51002/video?O=V8984&P=2&C=1&B=5&I=8984)
curl "http://xxx.xxx.xxx.xxx:51002/video?O=V8984&P=2&C=1&B=5&I=8984"
 -o "CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8984.mpeg"
ffmpeg -y -i "CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8984.mpeg"
 -bitexact -fixaspect -s 320x240 -r 29.97 -b 850 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4
 "/var/www/html/CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8984_ipod.m4v"
[V8968] ワールドビジネスサテライト (GG) (http://xxx.xxx.xxx.xxx:51002/video?O=V8968&P=2&C=1&B=5&I=8968)
curl "http://xxx.xxx.xxx.xxx:51002/video?O=V8968&P=2&C=1&B=5&I=8968"
 -o "CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8968.mpeg"
ffmpeg -y -i "CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8968.mpeg"
 -bitexact -fixaspect -s 320x240 -r 29.97 -b 850 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4
 "/var/www/html/CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8968_ipod.m4v"
[V8950] ワールドビジネスサテライト (GG) (http://xxx.xxx.xxx.xxx:51002/video?O=V8950&P=2&C=1&B=5&I=8950)
curl "http://xxx.xxx.xxx.xxx:51002/video?O=V8950&P=2&C=1&B=5&I=8950"
 -o "CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8950.mpeg"
ffmpeg -y -i "CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8950.mpeg"
 -bitexact -fixaspect -s 320x240 -r 29.97 -b 850 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4
 "/var/www/html/CoCoonChannelServerCSV-EX9-11_uuid-ee041d0a-39aa-11d8-8000-080046d17d94_V8950_ipod.m4v"
Outputed 4 RSS items to /var/www/html/cgvodcast.xml

186 thoughts on “Vodcasting for Cocoon

  1. Pingback: Lincoln Georgis

  2. Pingback: Madelyn Monroe MILF Porn

  3. Pingback: Cory Chase

  4. Pingback: domain-broker

  5. Pingback: Assignment Help Online

  6. Pingback: Business Report Writing Help

  7. Pingback: Assignment Help USA

  8. Pingback: World No 1 Assignment Help Company

  9. Pingback: moisturize foot

  10. Pingback: valentine gift for her

  11. Pingback: valentine gift for her

  12. Pingback: valentine gift for her

  13. Pingback: Click Here

  14. Pingback: Click Here

  15. Pingback: Click Here

  16. Pingback: Click Here

  17. Pingback: Click Here

  18. Pingback: Click Here

  19. Pingback: Click Here

  20. Pingback: Click Here

  21. Pingback: Click Here

  22. Pingback: Click Here

  23. Pingback: Click Here

  24. Pingback: Click Here

  25. Pingback: Click Here

  26. Pingback: Click Here

  27. Pingback: Click Here

  28. Pingback: Click Here

  29. Pingback: Click Here

  30. Pingback: Click Here

  31. Pingback: Click Here

  32. Pingback: Click Here

  33. Pingback: Click Here

  34. Pingback: Click Here

  35. Pingback: Click Here

  36. Pingback: Click Here

  37. Pingback: Click Here

  38. Pingback: Click Here

  39. Pingback: robots remote control

  40. Pingback: robots remote control

  41. Pingback: Click Here

  42. Pingback: Reputation Defenders

  43. Pingback: Click Here

  44. Pingback: Click Here

  45. Pingback: Click Here

  46. Pingback: Click Here

  47. Pingback: Click Here

  48. Pingback: Reputation Defenders

  49. Pingback: Click Here

  50. Pingback: Click Here

  51. Pingback: Click Here

  52. Pingback: Click Here

  53. Pingback: Click Here

  54. Pingback: Click Here

  55. Pingback: Click Here

  56. Pingback: Click Here

  57. Pingback: Click Here

  58. Pingback: Click Here

  59. Pingback: Click Here

  60. Pingback: Click Here

  61. Pingback: Click Here

  62. Pingback: grand rapids same day crowns

  63. Pingback: grand rapids dentist

  64. Pingback: Click Here

  65. Pingback: Click Here

  66. Pingback: Click Here

  67. Pingback: https://gquery.org/

  68. Pingback: Click Here

  69. Pingback: Click Here

  70. Pingback: Click Here

  71. Pingback: Click Here

  72. Pingback: 라이브카지노사이트

  73. Pingback: Click Here

  74. Pingback: Click Here

  75. Pingback: Click Here

  76. Pingback: Click Here

  77. Pingback: Click Here

  78. Pingback: Click Here

  79. Pingback: Click Here

  80. Pingback: Click Here

  81. Pingback: Click Here

  82. Pingback: online earning site

  83. Pingback: Click Here

  84. Pingback: Click Here

  85. Pingback: Click Here

  86. Pingback: Click Here

  87. Pingback: Click Here

  88. Pingback: Click Here

  89. Pingback: Click Here

  90. Pingback: Click Here

  91. Pingback: Click Here

  92. Pingback: Click Here

  93. Pingback: Click Here

  94. Pingback: Click Here

  95. Pingback: Click Here

  96. Pingback: Click Here

  97. Pingback: 하이 롤러 카지노

  98. Pingback: domain

  99. Pingback: best-domains

  100. Pingback: how many cardano coins

  101. Pingback: limited company setup

  102. Pingback: superhero

  103. Pingback: Google reviews

  104. Pingback: Pornography Australia

  105. Pingback: reputation defenders

  106. Pingback: 2023 Books

  107. Pingback: obituary

  108. Pingback: find a grave

  109. Pingback: family member

  110. Pingback: IRA Empire

  111. Pingback: betting tips today

  112. Pingback: Chirurgiens esthétique Tunisie

  113. Pingback: Chirurgie esthétique Tunisie

  114. Pingback: National Chi Nan University

  115. Pingback: Equal opportunities

  116. Pingback: Accredited faculties

  117. Pingback: تشجيع الباحثين

  118. Pingback: لوائح كلية التجارة

  119. Pingback: كلية الاقتصاد والعلوم السياسية

  120. Pingback: COVID-Crisis Management

  121. Pingback: Dissolution apparatus

  122. Pingback: How many years of pharmacy school

  123. Pingback: الكيمياء الحيوية

  124. Pingback: Evolving curriculum and teaching methods

  125. Pingback: قسم التركيبات السنية

  126. Pingback: كلية طب الاسنان كام سنة

  127. Pingback: Scimago Institutions Rankings

  128. Pingback: Department of Software Engineering

  129. Pingback: System Analysts

  130. Pingback: Faculty of Engineering & Technology

  131. Pingback: PHD dental in future university in egypt

  132. Pingback: future University application form

  133. Pingback: Job prospects in MIS

  134. Pingback: Finance job market

  135. Pingback: Educational effectiveness

  136. Pingback: Higher education in political mass media

  137. Pingback: برامج الدراسات العليا في جامعة المستقبل

  138. Pingback: fue

  139. Pingback: Model American Presidency

  140. Pingback: قسم علم الأحياء الدقيقة والمناعة

  141. Pingback: Faculty of pharmacy Contact

  142. Pingback: كلية طب الفم والاسنان جامعة المستقبل

  143. Pingback: معالجة امراض اللثة

  144. Pingback: MBA admission requirements

  145. Pingback: Oral Health

  146. Pingback: تقدم تكنولوجي

  147. Pingback: ???? ???????

  148. Pingback: Location Faculty of Engineering and tecnology

  149. Pingback: Social Media Marketer

  150. Pingback: Webmaster

  151. Pingback: fue

  152. Pingback: psychological research

  153. Pingback: future University application form

  154. Pingback: MBA graduates careers in Egypt

  155. Pingback: https://www.kooky.domains/post/why-do-i-need-a-wallet-to-use-web3-domains

  156. Pingback: https://www.kooky.domains/post/understanding-the-web3-decentralized-naming-system

  157. Pingback: https://www.kooky.domains/post/the-legal-landscape-of-web3-domain-name-ownership

  158. Pingback: Accounting degree

  159. Pingback: التوظيف بعد الدراسات العليا

  160. Pingback: ما هو افضل تخصص في ادارة الاعمال

  161. Pingback: Globalization

  162. Pingback: Banking Internship

  163. Pingback: Educational Activities for pharmacy students at future university

  164. Pingback: withdrawal from the semester

  165. Pingback: Software Engineer

  166. Pingback: Faculty of Computers and Information Technology Contact

  167. Pingback: humanitarian initiatives

  168. Pingback: fue

  169. Pingback: future unversity in egypt news

  170. Pingback: متطلبات القبول في ماجستير إدارة الأعمال

  171. Pingback: قبول الطلاب الدوليين في جامعة المستقبل

  172. Pingback: ما هي افضل الكليات الخاصه

  173. Pingback: Maillot de football

  174. Pingback: Maillot de football

  175. Pingback: Maillot de football

  176. Pingback: Maillot de football

  177. Pingback: Maillot de football

  178. Pingback: Maillot de football

  179. Pingback: Maillot de football

  180. Pingback: Maillot de football

  181. Pingback: Maillot de football

  182. Pingback: Maillot de football

  183. Pingback: Maillot de football

  184. Pingback: SEOSolutionVIP Fiverr

  185. Pingback: SEOSolutionVIP Fiverr

  186. Pingback: SEOSolutionVIP Fiverr