Youssef Henna
Youssef Henna
I managed to implement a custom DataSource that works with live streaming SRT. I'll leave it here for anyone who might need it. You can also modify it a bit...
I run srt-live-transmit from a local machine and stream to it using OBS. And following the code above, it autoplays after a couple of seconds of preparing and showing a...
The only difference between your setup and mine is that I use `srt://` in both source and destination URLs. Whenever I used `udp://` in the source URL, I couldn't get...
Glad you got it working! Also like the optimization, I'll definitely add it to my project too. I'm not sure if this is the plan or not, but you should...
> mfcc = get_feature_vector_from_mfcc(filename, flatten=to_flatten) > mfcc = mfcc.reshape(mfcc.shape[0], mfcc.shape[1], 1) > print('prediction', model.predict_one(mfcc), 'Actual 3') This fixed another issue for me where I was getting incorrect results for the...
Upgrading the babel package to "@babel/core": "^7.20.12" resolved the issue for me.
> Hi @YoussefHenna I tested [https://github.com/ThibaultBee/SrtPlayer ](url), but video player keep showing in black. Any idea? @linhnv106 I'm not sure, need some more information. Could you let me know if...
@linhnv106 Have you tried implementing your own data source as I wrote here: https://github.com/google/ExoPlayer/issues/8647#issuecomment-966878405. I'm not really sure of the changes made on the SrtPlayer repo
It's probably caused by some change here: https://github.com/react-native-datetimepicker/datetimepicker/pull/657 where how the Native component is imported has changed. Seems to be problematic in Snack.
@vonovak Any plans to look into this issue?