• 05-05-2020, 18:17:18
    #1
    Arkadaş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:21:04
    #2
    podcast yayınlarını youtube de yapanlarda var spotify de de yayın yapan var hocam instagramda bile başladılar
  • 05-05-2020, 18:28:56
    #3
    http://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:59
    #4
    voLwy adlı üyeden alıntı: mesajı görüntüle
    http://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.
    Hocam okudum onu. Host edeceksiniz rss linkinde patladım. Benim hakim olduğum konular değil.
  • 05-05-2020, 18:44:44
    #5
    hashus adlı üyeden alıntı: mesajı görüntüle
    Hocam okudum onu. Host edeceksiniz rss linkinde patladım. Benim hakim olduğum konular değil.
    Ses 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.

    https://www.podcastinsights.com/subm...ommended_Hosts
  • 05-05-2020, 18:46:15
    #6
    voLwy adlı üyeden alıntı: mesajı görüntüle
    Ses 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.
    İşte şöyle basit dille anlıyorum ben. Eyvallah hocam. İyi bir media hosting ve kendi adıma site açarak yapabilir miyim yani?
  • 05-05-2020, 18:49:03
    #7
    <?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:55
    #8
    voLwy adlı üyeden alıntı: mesajı görüntüle
    <?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/
    hocam size ayıp olmasın ama anlamadım bu bildiğim bir konu değil. rss kaynağı mıdır bu
  • 05-05-2020, 19:23:58
    #9
    hashus adlı üyeden alıntı: mesajı görüntüle
    hocam size ayıp olmasın ama anlamadım bu bildiğim bir konu değil. rss kaynağı mıdır bu
    Spotify 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.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