Podcast'ten Anlayan
12
●191
- 05-05-2020, 18:17:18Arkadaşlar merhabalar, podcast yayın yapmayı düşünüyorum. Fakat bildiği konuyu basit şekilde anlatan insan sayısı oldukça az olduğu için internetten çok bir şey anlamadım. Nasıl podcast yayını yaparım ve bunu spotify gibi ortamlara nasıl aktarırım? Bilen arkadaşlar yardımcı olursa sevinirim.
- 05-05-2020, 18:28:56http://podiolab.com/2019/04/11/podca...giris-rehberi/
http://podiolab.com/2019/03/10/spoti...cast-yuklenir/
Arama kutusuna yazdığımda çıkan ilk sonuçlar. Çok güzel de anlatmışlar, sıkıntı nedir?
Edit: http://podiolab.com/category/kaynak-ve-rehberler/ -> Ne güzel rehberler hazırlamışlar. - 05-05-2020, 18:34:59Hocam okudum onu. Host edeceksiniz rss linkinde patladım. Benim hakim olduğum konular değil.voLwy adlı üyeden alıntı: mesajı görüntüle
- 05-05-2020, 18:44:44Ses dosyanızın barınması için media hosting bulmanız gerekiyor. Spotify'a yüklemiyorsunuz, sadece dinleyicileri arkaplanda yönlendirmiş oluyorsunuz. Spotify platformunda dinliyorlar ama ses dosyalarını başka yerden çekiyorlar arkaplanda.hashus adlı üyeden alıntı: mesajı görüntüle
https://www.podcastinsights.com/subm...ommended_Hosts - 05-05-2020, 18:46:15İşte şöyle basit dille anlıyorum ben. Eyvallah hocam. İyi bir media hosting ve kendi adıma site açarak yapabilir miyim yani?voLwy adlı üyeden alıntı: mesajı görüntüle
- 05-05-2020, 18:49:03
<?xml version="1.0" encoding="UTF-8"?> <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"> <channel> <title>Title of Podcast</title> <link>http://www.example.com/<link> <language>en-us</language> <itunes:subtitle>Subtitle of podcast</itunes:subtitle> <itunes:author>Author Name</itunes:author> <itunes:summary>Description of podcast.</itunes:summary> <description>Description of podcast.</description> <itunes:owner> <itunes:name>Owner Name</itunes:name> <itunes:email>me@example.com</itunes:email> </itunes:owner> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://www.example.com/podcast-icon.jpg" /> <itunes:category text="Category Name"/></itunes:category> <!--REPEAT THIS BLOCK FOR EACH EPISODE--> <item> <title>Title of Podcast Episode</title> <itunes:summary>Description of podcast episode content</itunes:summary> <description>Description of podcast episode content</description> <link>http://example.com/podcast-1</link> <enclosure url="http://example.com/podcast-1/podcast.mp3" type="audio/mpeg" length="1024"></enclosure> <pubDate>Thu, 21 Dec 2016 16:01:07 +0000</pubDate> <itunes:author>Author Name</itunes:author> <itunes:duration>00:32:16</itunes:duration> <itunes:explicit>no</itunes:explicit> <guid>http://example.com/podcast-1</guid> </item> <!--END REPEAT--> </channel> </rss>
Gerekli alanları düzenleyip .xml olarak kaydedip yapabilirsiniz.
https://jackbarber.co.uk/blog/2017-0...-feed-template
ya da
http://www.podcastgenerator.net/ - 05-05-2020, 18:52:55hocam size ayıp olmasın ama anlamadımvoLwy adlı üyeden alıntı: mesajı görüntüle
bu bildiğim bir konu değil. rss kaynağı mıdır bu
- 05-05-2020, 19:23:58Spotify gibi podcast platformlarında ses dosyanızı tanımlamaları için standart gerekiyor. Bu standart da üstte belirtilen şekilde. Ses dosyanızı, bölümü, kime ait olan bölümleri düzenleyip .xml dosyası oluşturarak bunu ilgili yerlere gönderebilirsiniz.hashus adlı üyeden alıntı: mesajı görüntüle
hashus.com/podcast.xml şeklinde. Her bölüm geldiğinde bu dosyayı güncellersiniz.
Yukarıdaki şablondaki
<enclosure url="http://example.com/podcast-1/podcast.mp3" type="audio/mpeg" length="1024"></enclosure>
Bu kısım podcast kaydınızın ses dosyasının nerede olduğunu belirtiyor. Bunla uğraşmak istemiyorsanız; https://www.podcastinsights.com/subm...ommended_Hosts
bu bildiğim bir konu değil. rss kaynağı mıdır bu