Live broadcast via YouTube: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
(תיקון תבניות) |
|||
שורה 1: | שורה 1: | ||
{{עמוד בעברית|שידור חי דרך יוטיוב}} | {{עמוד בעברית|שידור חי דרך יוטיוב}} | ||
<div lang="en" dir="ltr"> | <div lang="en" dir="ltr"> | ||
− | + | {{קישור אנגלית לתצוגת קריאה}} | |
+ | {{Navigation|Using the YouTube site with NetFree}} | ||
Live streaming via YouTube is done using streaming software (For example: , [https://www.google.co.il/search?q=obs&oq=obs&aqs=chrome..69i57j69i60l3j69i59.2319j0j7&sourceid=chrome&ie=UTF-8 OBS] או [https://www.google.co.il/search?q=vmix&oq=vmix&aqs=chrome..69i57.3087j0j7&sourceid=chrome&ie=UTF-8 VMix]) | Live streaming via YouTube is done using streaming software (For example: , [https://www.google.co.il/search?q=obs&oq=obs&aqs=chrome..69i57j69i60l3j69i59.2319j0j7&sourceid=chrome&ie=UTF-8 OBS] או [https://www.google.co.il/search?q=vmix&oq=vmix&aqs=chrome..69i57.3087j0j7&sourceid=chrome&ie=UTF-8 VMix]) |
גרסה מ־19:44, 9 בינואר 2019
לעברית לחצו כאן
To switch from edit view to read view
Home page > Using the YouTube site with NetFree > Live broadcast via YouTube
Live streaming via YouTube is done using streaming software (For example: , OBS או VMix)
In order for the software to run, the following domains must be defined in the hosts file::
a.rtmp.youtube.com b.rtmp.youtube.com
On this IP:
173.194.187.40
Otherwise the program broadcasts each time through another IP.
To set this up, run the command prompt as Administrator by typing cmd in the Start menu> Right-click> Run as Administrator
And run the following command
echo 173.194.187.40 a.rtmp.youtube.com >> %WINDIR%\System32\Drivers\Etc\Hosts echo 173.194.187.40 b.rtmp.youtube.com >> %WINDIR%\System32\Drivers\Etc\Hosts