Actions
Feature #820
closedAllow selecting tv standard for v4l from the web frontend
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-12-23
Due date:
% Done:
0%
Estimated time:
Description
I'm using tvheadend in Argentina, where our tv standard is pal/n - pal/nc.
Right now to get it working, I change line ~170 in v4l.c from
v4l2_std_id std = 0xff;
to
v4l2_std_id std = V4L2_STD_PAL_Nc;
It would be great to be able to set this from the web. Would you please add this as an option?
I'd love to be able to offer a patch but would have to learn quite a bit to do it, and I guess this shouldn't be hard at all for someone who knows the framework used.
Actions