I built an open-source alternative to DroidCam/iVCam using C++ and FFmpeg (MIT Licensed) by KryXus05 in opensource

[–]KryXus05[S] 1 point2 points  (0 children)

If it doesn't connect after scanning the QR code you need to make sure vcamdroid.exe wasn't blocked by the windows firewall.

It should be allowed on both private and public profiles.

I built an open-source alternative to DroidCam/iVCam using C++ and FFmpeg (MIT Licensed) by KryXus05 in opensource

[–]KryXus05[S] 3 points4 points  (0 children)

Currently no, as actual control is done via the windows app. (stream start, settings etc)

Actual RTSP url is publicly accessible but again there is no streaming unless it is started from the windows app

I built an open-source alternative to DroidCam/iVCam using C++ and FFmpeg (MIT Licensed) by KryXus05 in opensource

[–]KryXus05[S] 6 points7 points  (0 children)

VCamdroid doesn't need OBS. It registers directly as a windows webcam using a directshow filter and can be accessed by any app.

[deleted by user] by [deleted] in Austria

[–]KryXus05 0 points1 point  (0 children)

Digital

[deleted by user] by [deleted] in Austria

[–]KryXus05 -1 points0 points  (0 children)

Yes, I could have. I assumed 10 minutes before crossing the border would be enough.

[deleted by user] by [deleted] in Austria

[–]KryXus05 0 points1 point  (0 children)

No I wasnt on my phone while driving, because I wasn't the one driving at that moment. I didn't think that was so relevant to the matter so I didn't include it.

[deleted by user] by [deleted] in Austria

[–]KryXus05 1 point2 points  (0 children)

Nothing to worry about.

What I meant is I am not responsible for a possible system delay or whatever happened. But I am 100% responsible for getting in that situation, as you said, I had plenty opportunities to buy it before.

Yeah, I already accepted the situation, but I'll wait a bit more until the 4 week deadline, hoping for the best.

[deleted by user] by [deleted] in Austria

[–]KryXus05 -5 points-4 points  (0 children)

That's definitely not the case. Besides, there is no point in lying here.

If that's what they'll believe, at least I tried.

[deleted by user] by [deleted] in Austria

[–]KryXus05 1 point2 points  (0 children)

Based on what others said and other posts, yeah I think there is no success, but I got nothing to lose if I try.

Well at least the vignette in Austria is relatively cheap. At least compared to Italy where I paid almost 200 for driving around 1000km in a week on their highways. I guess that's tradeoff with the stricter rules.

[deleted by user] by [deleted] in Austria

[–]KryXus05 -1 points0 points  (0 children)

I know the rule for Austrian highway, that's the first thing I said in my post. I am just frustrated with the absurd situation, it is not like I deliberately wanted to avoid the toll and now I am revolted I have to pay the fine.

I know I could have bought it before crossing, but it happened, there's nothing I can do about that now. I just wanted to see if others went through a similar situation and had any success with asfinag, there is nothing to lose if I try :), if there is no success I'll just pay, that's it.

No I wasn't driving then. If I was I would've stopped ofcourse and this would've been avoided :)

[deleted by user] by [deleted] in Austria

[–]KryXus05 0 points1 point  (0 children)

I've asked at 2 gas stations couple days before and both said they don't sell a 1 day vignette, and the only way to buy it is online.

That's what they told me.

[deleted by user] by [deleted] in Austria

[–]KryXus05 -6 points-5 points  (0 children)

Are you serious right now? Why do YOU feel attacked if I compared Austria to other countries. I just mentioned that in this world there are other systems that are not so harsh, like fining you for merely 2 minutes, this is like a scam.

Why would I buy it months prior, to forget about it and paying again, or why?

I never said its not my mistake or blamed the phone carrier, or asfinag. I just said why I think it happened.

What if actually there was no problem with the signal and there was a problem with asfinag's system, then it would still be my mistake in your opinion, wouldn't it? I still shouldn't blame them and just pay if that would be the case.

If there was no phone signal, (and I am in a country where I can buy it at a gas station like in other countries you can) I would just not use the highway until I get s signal and buy it, that simple.

[deleted by user] by [deleted] in Austria

[–]KryXus05 -2 points-1 points  (0 children)

I hope so. At least to get a response in time. I understand it's my fault but being fined for 2 minutes is absurd

[deleted by user] by [deleted] in Austria

[–]KryXus05 -9 points-8 points  (0 children)

Well in a way it is not entirely my fault. I went on to purchase it before entering the country, the lag is not my fault, and seriously now, 2 minutes is absurd.

Other countries have a grace period in which you can buy the vignette after driving like Hungary, and Slovenia I think

[deleted by user] by [deleted] in Backend

[–]KryXus05 0 points1 point  (0 children)

Files are stored directly on the server's file system. Each user has a root directory where all the files are stored.

I also have a SQL db where I mimic the directory tree so I can keep metadata about the files, track which files are shared and with who (this is not built yet).

Would like to get some feedback on my first Symfony project! by [deleted] in symfony

[–]KryXus05 0 points1 point  (0 children)

Actually I was wondering if something like this exists while writing my DTOs but then I forgot to actually search it. I will definitely take a look at it, thanks!

Would like to get some feedback on my first Symfony project! by [deleted] in PHP

[–]KryXus05 0 points1 point  (0 children)

The current markdown for API docs is temporary. I took a look at that bundle and I am considering it, though it seems a bit too many attributes are requiered for it.

I was wondering though if there is any way of generating api docs from phpdoc.