yt-watchme
yt-watchme copied to clipboard
Live stream to someone else's channel
I tried youtube's watchme app for live streaming and I understand the code fairly. In my use case the user needs to be able to live stream to another channel. I understand there is a need of Stream key here, but I need a rough guidance on where I need to change in the code. Any hints or a rough idea would do too. I just need headstart.
Have you able to login.?
@sabodh, yes I was able to login. My code is working now for streaming on your own account
Yeah I was able to login but can't push content to someone's channel.
On Aug 3, 2017 12:53 PM, "SABODH B S" [email protected] wrote:
Have you able to login.?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/youtube/yt-watchme/issues/56#issuecomment-319890202, or mute the thread https://github.com/notifications/unsubscribe-auth/AKOQZsp_rczjD81YS6H6VmQfaD5puiU7ks5sUXV9gaJpZM4N_Qjp .
@rashikaranpuria ,I am also trying to build the code but not able to login. Have you modified anything or added any thing ?
@sabodh what error are you getting?
@rashikaranpuria Connections to the play services Failed. Could you please help me to fix this
Yes, you need to sign the release apk.
On Aug 3, 2017 1:09 PM, "SABODH B S" [email protected] wrote:
@rashikaranpuria https://github.com/rashikaranpuria Connections to the play services Failed. Could you please help me to fix this
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/youtube/yt-watchme/issues/56#issuecomment-319893395, or mute the thread https://github.com/notifications/unsubscribe-auth/AKOQZk6euwu8KjKFJA74zfOamG_Xj4Rdks5sUXlMgaJpZM4N_Qjp .
@rashikaranpuria Ok, currently i am in debug mode I will check that.
Apart from that I hope you have added client.json file in your repo.
@rashikaranpuria No I haven't added the file, whats the purpose of that file?
See, that's the file you get if you want to enable Google login in your app.
Check Google login tutorial for Android
https://github.com/youtube/yt-watchme/issues/16#issuecomment-66397803
@rashikaranpuria I will check . Thanks for the help
Hi @rashikaranpuria , the application shows streaming .How can i verify the stream from youtube ?
@rashikaranpuria Its working Thanks for the support
From where i can get these folders and necessary files
libavcodec ibavformat libavutil libavcodec
And lame also Thanks
If you want to know how to set up your microphone for streaming on Youtube & Twitch, read this article: https://www.microphonetopgear.com/how-to-set-up-microphone-for-streaming/
Hi @rashikaranpuria , I need to stream someone else's channel. Could you please share your findings? Is it possible or not?