-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
application of commercial detection : mute the TV during ads. #6
Comments
Hi coast, It can be used on low-level devices, it was tested with a Raspberry PI. It would require some work but it could be modified to process live streams with a 5-second delay(Dejavu requirements for a good fingerprint), I have not open-sourced the real-time version yet since there are still some bugs with FFmpeg transcoding. |
this sounds very interesting, do you plan to free the code modified to process live streams? |
Yes as soon as I get the transcoder working though :), currently, the code is able to process live streams(on a chunk by chunk basis), but I haven't written parts that can work directly with live stream files(like HLS), so I guess releasing my code now wouldn't be that useful. |
Thanks for the update!
…On Sat, Dec 9, 2017 at 5:58 AM, vasanth kalingeri ***@***.***> wrote:
Yes as soon as I get the transcoder working though :), currently, the code
is able to process live streams(on a chunk by chunk basis), but I haven't
written parts that can work directly with live stream files(like HLS), so I
guess releasing my code now wouldn't be that useful.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGtt7RTSa5fpu33JLlZxoSZyyv56QrSdks5s-mfygaJpZM4QalsW>
.
|
@vasanthkalingeri if u need contribute let me help by the way may I fork it or add ideas on test branch ? |
Any thoughts with respect to this ML application towards live video streams? |
@mancoast yes, it is recursive if we can auto detect ads then use this data to feed the algorithms which detects algorithms. kindly recursive (like Reinforcement learning0 |
Greetings,
I am curious if it is possible to use this project as a library for embedded projects such as arduino, etc.
It would make an interesting project to create an "ad-blocker" spinoff for over the air TV. @vasanthkalingeri what are you thoughts for processing a live stream using this library? It would be non-trivial to issue IR "mute" and "un-mute" commands given active commercial detection.
Thanks,
coast
The text was updated successfully, but these errors were encountered: