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 🙂
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.
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
Pingback: Lincoln Georgis
Pingback: Madelyn Monroe MILF Porn
Pingback: Cory Chase
Pingback: domain-broker
Pingback: Assignment Help Online
Pingback: Business Report Writing Help
Pingback: Assignment Help USA
Pingback: World No 1 Assignment Help Company
Pingback: moisturize foot
Pingback: valentine gift for her
Pingback: valentine gift for her
Pingback: valentine gift for her
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: robots remote control
Pingback: robots remote control
Pingback: Click Here
Pingback: Reputation Defenders
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Reputation Defenders
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: grand rapids same day crowns
Pingback: grand rapids dentist
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: https://gquery.org/
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: 라이브카지노사이트
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: online earning site
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: 하이 롤러 카지노
Pingback: domain
Pingback: best-domains
Pingback: how many cardano coins
Pingback: limited company setup
Pingback: superhero
Pingback: Google reviews
Pingback: Pornography Australia
Pingback: reputation defenders
Pingback: 2023 Books
Pingback: obituary
Pingback: find a grave
Pingback: family member
Pingback: IRA Empire
Pingback: betting tips today
Pingback: Chirurgiens esthétique Tunisie
Pingback: Chirurgie esthétique Tunisie
Pingback: National Chi Nan University
Pingback: Equal opportunities
Pingback: Accredited faculties
Pingback: تشجيع الباحثين
Pingback: لوائح كلية التجارة
Pingback: كلية الاقتصاد والعلوم السياسية
Pingback: COVID-Crisis Management
Pingback: Dissolution apparatus
Pingback: How many years of pharmacy school
Pingback: الكيمياء الحيوية
Pingback: Evolving curriculum and teaching methods
Pingback: قسم التركيبات السنية
Pingback: كلية طب الاسنان كام سنة
Pingback: Scimago Institutions Rankings
Pingback: Department of Software Engineering
Pingback: System Analysts
Pingback: Faculty of Engineering & Technology
Pingback: PHD dental in future university in egypt
Pingback: future University application form
Pingback: Job prospects in MIS
Pingback: Finance job market
Pingback: Educational effectiveness
Pingback: Higher education in political mass media
Pingback: برامج الدراسات العليا في جامعة المستقبل
Pingback: fue
Pingback: Model American Presidency
Pingback: قسم علم الأحياء الدقيقة والمناعة
Pingback: Faculty of pharmacy Contact
Pingback: كلية طب الفم والاسنان جامعة المستقبل
Pingback: معالجة امراض اللثة
Pingback: MBA admission requirements
Pingback: Oral Health
Pingback: تقدم تكنولوجي
Pingback: ???? ???????
Pingback: Location Faculty of Engineering and tecnology
Pingback: Social Media Marketer
Pingback: Webmaster
Pingback: fue
Pingback: psychological research
Pingback: future University application form
Pingback: MBA graduates careers in Egypt
Pingback: https://www.kooky.domains/post/why-do-i-need-a-wallet-to-use-web3-domains
Pingback: https://www.kooky.domains/post/understanding-the-web3-decentralized-naming-system
Pingback: https://www.kooky.domains/post/the-legal-landscape-of-web3-domain-name-ownership
Pingback: Accounting degree
Pingback: التوظيف بعد الدراسات العليا
Pingback: ما هو افضل تخصص في ادارة الاعمال
Pingback: Globalization
Pingback: Banking Internship
Pingback: Educational Activities for pharmacy students at future university
Pingback: withdrawal from the semester
Pingback: Software Engineer
Pingback: Faculty of Computers and Information Technology Contact
Pingback: humanitarian initiatives
Pingback: fue
Pingback: future unversity in egypt news
Pingback: متطلبات القبول في ماجستير إدارة الأعمال
Pingback: قبول الطلاب الدوليين في جامعة المستقبل
Pingback: ما هي افضل الكليات الخاصه
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: Maillot de football
Pingback: SEOSolutionVIP Fiverr
Pingback: SEOSolutionVIP Fiverr
Pingback: SEOSolutionVIP Fiverr