Lvlc mining machine platform
Publish: 2021-04-27 03:14:09
1.
because those who come in after mobile phone mining will be cut leeks
precautions:
1. In the past two years, various myths about blockchain "overnight wealth" have been constantly staged, and "mining" cryptocurrency has become a new trend of wealth, and mobile phone mining is becoming more and more popular
2. There will be special mining machines for real mining. After all, every mining machine is not cheap now. Mobile phone automatic mining can be obtained at a very low price. What you dig is not bitcoin. Basically, the counterfeit coin you send is not worth money. At that time, you will still be cut leeks
2. You didn't type it wrong. If you didn't type it wrong, it's Shanzhai
Victorinox (the trademark you provided just replaced I here with L, which is a common trick of Shanzhai) is a brand of Swiss Army knife, most famous for its multi-function knife. Now also do some military watch or diving watch style watches. The dial has the word Swiss made. If it's not an imitation watch, the proct should be Switzerland.
Victorinox (the trademark you provided just replaced I here with L, which is a common trick of Shanzhai) is a brand of Swiss Army knife, most famous for its multi-function knife. Now also do some military watch or diving watch style watches. The dial has the word Swiss made. If it's not an imitation watch, the proct should be Switzerland.
3. The maintenance of switching power supply is also very troublesome. It's better to find a maintenance master to help you. If you are familiar with switching power supply, it's another matter.
4. -
VLC research
VLC control support parameters
VLC image list
VLC plug in object
L VersionInfo: member, return version information string
L VLC. Versioninfo():, Back version information string
audio object attribute (read / write)
L vlc.audio.mute: Mute not mute
L vlc.audio.volume: volume ratio 0-200
L vlc.audio.track: track information value 0-65535
L vlc.audio.channel: value 1 to 5 integer indicates audio channel mode usage value: 1 = stereo 2 = reverse stereo 3 = left 4 = right 5 = mix
L VLC. Audio. Togglemute(): switch mute not mute
input object
read property
L VLC. Input. Length: milliseconds, Input file degree
L vlc.input.fps: floating frames per second
L vlc.input.hasvout: Boolean value returns to true, video display returns to false, video display
l read / write attribute
l vlc.input.position: media streaming condition, given floating point value range [0.0 - 1.0]
L vlc.input.time: given interval millisecond unit absolute position attribute seeks stream
vlc.input.time =
vlc.input.time = vlc.input.time +
L vlc.input.state: previous state (idle / closed = 0 Act = 1 buffer = 2 hit = 3 pause = 4 stop = 5 error = 6)
L vlc.input.rate: input speed floating 0.5, speed half 2.0 times faster
player object
read attribute
L vlc.player.itemcount: current broadcast Number of play list items
L vlc.player.isplaying: Boolean return true play false not play
L vlc.player.add (MRL): add MRL (media resource locator) play list item MRL must be string
L vlc.player.add (MRL, name, Options): add MRL (media resource locator) player list item and meta name option. The input value must be string
L VLC. Player. Play(): start player list item
L VLC. Player. Togglepause(): switch before player list item pause state
L VLC. Player. Stop(): stop before player list item
L VLC. Player. Next(): iterate the player list item
L VLC. Player. Prev(): music item before iteration
L VLC. Player. Clear(): delete the item before clearing the player list
L VLC. Player. Removeitem (number): delete the given item number (number can be better than VLC. Player. Itemcount)
video object
read the item
L vlc.video.width: return video horizontal size
L vlc.video.height: return video vertical
read / write attribute
L vlc.video.fullscreen: set true video display full screen mode. Set false video display as specified. This attribute requires Boolean value as input
L vlc.video.aspectratio: get the setting width ratio and use the video screen Attribute uses string as the input value. Effect value: 1:14:316:916:10221:1005:4
L VLC. Video. Togglefullscreen(): full screen mode switch
log object
read attribute
L VLC. Log. Messages: return message image
l read / write attribute
L VLC. Log. Verticity: write change log information rendancy level [- 1,0,1,2, 3] Some numerical meanings: - 1 disable 0 message 1 error 2 warning 3 debug
messages object
read property
L messages.count: number of returned messages
L messages.severity: severity of digital message (0 = message 1 = error 2 = warning 3 = debug)
L message.name: VLC mole name (: URL, DirectX and so on)
L message. Type: mole type VLC log information (: input, access, Vout,
L message. Message: message text
L messages. Clear(): clear the log buffer
L messages. Iterator(): return message iterator image
iterator object
read attribute
L iterator. Hasnext: return Boolean value indicates information
L iterator. Next(): return message image
VLC realizes function
L VLC realizes seek by modifying input attribute, fast and slow play
L modifies audio attribute to realize sound channel setting, volume setting and mute
L realizes full screen / screen proportion / screen control by setting video
L realizes add and delete by controlling playlist image Delete play image function
pre existing problems
problem description
L vlcts file supports storing problems, VLC control and obtaining progress information Figure 2:
Figure 1: VLC Windows version
Figure 2: VLC web plug-in version
volume analysis
L vlcinput attribute failed to obtain fpstime value
resulting in the failure of end control
L progress bar
VLC research
VLC control support parameters
VLC image list
VLC plug in object
L VersionInfo: member, return version information string
L VLC. Versioninfo():, Back version information string
audio object attribute (read / write)
L vlc.audio.mute: Mute not mute
L vlc.audio.volume: volume ratio 0-200
L vlc.audio.track: track information value 0-65535
L vlc.audio.channel: value 1 to 5 integer indicates audio channel mode usage value: 1 = stereo 2 = reverse stereo 3 = left 4 = right 5 = mix
L VLC. Audio. Togglemute(): switch mute not mute
input object
read property
L VLC. Input. Length: milliseconds, Input file degree
L vlc.input.fps: floating frames per second
L vlc.input.hasvout: Boolean value returns to true, video display returns to false, video display
l read / write attribute
l vlc.input.position: media streaming condition, given floating point value range [0.0 - 1.0]
L vlc.input.time: given interval millisecond unit absolute position attribute seeks stream
vlc.input.time =
vlc.input.time = vlc.input.time +
L vlc.input.state: previous state (idle / closed = 0 Act = 1 buffer = 2 hit = 3 pause = 4 stop = 5 error = 6)
L vlc.input.rate: input speed floating 0.5, speed half 2.0 times faster
player object
read attribute
L vlc.player.itemcount: current broadcast Number of play list items
L vlc.player.isplaying: Boolean return true play false not play
L vlc.player.add (MRL): add MRL (media resource locator) play list item MRL must be string
L vlc.player.add (MRL, name, Options): add MRL (media resource locator) player list item and meta name option. The input value must be string
L VLC. Player. Play(): start player list item
L VLC. Player. Togglepause(): switch before player list item pause state
L VLC. Player. Stop(): stop before player list item
L VLC. Player. Next(): iterate the player list item
L VLC. Player. Prev(): music item before iteration
L VLC. Player. Clear(): delete the item before clearing the player list
L VLC. Player. Removeitem (number): delete the given item number (number can be better than VLC. Player. Itemcount)
video object
read the item
L vlc.video.width: return video horizontal size
L vlc.video.height: return video vertical
read / write attribute
L vlc.video.fullscreen: set true video display full screen mode. Set false video display as specified. This attribute requires Boolean value as input
L vlc.video.aspectratio: get the setting width ratio and use the video screen Attribute uses string as the input value. Effect value: 1:14:316:916:10221:1005:4
L VLC. Video. Togglefullscreen(): full screen mode switch
log object
read attribute
L VLC. Log. Messages: return message image
l read / write attribute
L VLC. Log. Verticity: write change log information rendancy level [- 1,0,1,2, 3] Some numerical meanings: - 1 disable 0 message 1 error 2 warning 3 debug
messages object
read property
L messages.count: number of returned messages
L messages.severity: severity of digital message (0 = message 1 = error 2 = warning 3 = debug)
L message.name: VLC mole name (: URL, DirectX and so on)
L message. Type: mole type VLC log information (: input, access, Vout,
L message. Message: message text
L messages. Clear(): clear the log buffer
L messages. Iterator(): return message iterator image
iterator object
read attribute
L iterator. Hasnext: return Boolean value indicates information
L iterator. Next(): return message image
VLC realizes function
L VLC realizes seek by modifying input attribute, fast and slow play
L modifies audio attribute to realize sound channel setting, volume setting and mute
L realizes full screen / screen proportion / screen control by setting video
L realizes add and delete by controlling playlist image Delete play image function
pre existing problems
problem description
L vlcts file supports storing problems, VLC control and obtaining progress information Figure 2:
Figure 1: VLC Windows version
Figure 2: VLC web plug-in version
volume analysis
L vlcinput attribute failed to obtain fpstime value
resulting in the failure of end control
L progress bar
5. Victorinox and Vickers are high-end watches, with prices of several thousand yuan, and the lowest price is about two thousand yuan.
6. VLC research
parameters and methods supported by VLC controls
VLC object list
VLC plug in object method
L VersionInfo: member, string that returns version information
L VLC. Versioninfo(): method, Return the string of version information
audio object attribute (read / write)
L vlc.audio.mute: Mute and non mute
L vlc.audio.volume: volume percentage, value between 0-200
L vlc.audio.track: track information, value between 0-65535
L vlc.audio.channel: value between 1 and 5 integers, Indicates the use of audio channel mode, and the values can be: "1 = stereo", "2 = reverse stereo", "3 = left", "4 = right" and "5 = mix"<
L VLC. Audio. Togglemute(): method, switch mute and unmute
input object
read only property
L VLC. Input. Length: milliseconds, length of input file
L VLC. Input. FPS: one floating frame per second
L VLC. Input. Hasvout: a Boolean value, Return true when the video is being displayed, it will not display the video when it returns false
l read / write property
L vlc.input.position: in the case of multimedia stream normalization, given a floating-point value, the value range [0.0 - 1.0]
L vlc.input.time: absolute position in milliseconds at a given time, This property can be used to find flow
& lt-- absolute seek in stream !--& gt; < br />
vlc.input.time = < absolute seek> < br />
<!-- relative seek in stream !--& gt; < br />
vlc.input.time = vlc.input.time + < relative seek>
L vlc.input.state: current state (idle / close = 0, open = 1, buffer = 2, hit = 3, pause = 4, stop = 5, error = 6)
L vlc.input.rate: input speed, floating normal speed, 0.5 is half of the speed, twice as fast as 2.0< br />
Playlist object
parameters and methods supported by VLC controls
VLC object list
VLC plug in object method
L VersionInfo: member, string that returns version information
L VLC. Versioninfo(): method, Return the string of version information
audio object attribute (read / write)
L vlc.audio.mute: Mute and non mute
L vlc.audio.volume: volume percentage, value between 0-200
L vlc.audio.track: track information, value between 0-65535
L vlc.audio.channel: value between 1 and 5 integers, Indicates the use of audio channel mode, and the values can be: "1 = stereo", "2 = reverse stereo", "3 = left", "4 = right" and "5 = mix"<
L VLC. Audio. Togglemute(): method, switch mute and unmute
input object
read only property
L VLC. Input. Length: milliseconds, length of input file
L VLC. Input. FPS: one floating frame per second
L VLC. Input. Hasvout: a Boolean value, Return true when the video is being displayed, it will not display the video when it returns false
l read / write property
L vlc.input.position: in the case of multimedia stream normalization, given a floating-point value, the value range [0.0 - 1.0]
L vlc.input.time: absolute position in milliseconds at a given time, This property can be used to find flow
& lt-- absolute seek in stream !--& gt; < br />
vlc.input.time = < absolute seek> < br />
<!-- relative seek in stream !--& gt; < br />
vlc.input.time = vlc.input.time + < relative seek>
L vlc.input.state: current state (idle / close = 0, open = 1, buffer = 2, hit = 3, pause = 4, stop = 5, error = 6)
L vlc.input.rate: input speed, floating normal speed, 0.5 is half of the speed, twice as fast as 2.0< br />
Playlist object
7. VLC research
parameters and methods supported by VLC controls
VLC object list
VLC plug in object method
L VersionInfo: member, string that returns version information
L VLC. Versioninfo(): method, Return the string of version information
audio object attribute (read / write)
L vlc.audio.mute: Mute and non mute
L vlc.audio.volume: volume percentage, value between 0-200
L vlc.audio.track: track information, value between 0-65535
L vlc.audio.channel: value between 1 and 5 integers, Indicates the use of audio channel mode, and the values can be: "1 = stereo", "2 = reverse stereo", "3 = left", "4 = right" and "5 = mix"<
L VLC. Audio. Togglemute(): method, switch mute and unmute
input object
read only property
L VLC. Input. Length: milliseconds, length of input file
L VLC. Input. FPS: one floating frame per second
L VLC. Input. Hasvout: a Boolean value, Return true when the video is being displayed, it will not display the video when it returns false
l read / write property
L vlc.input.position: in the case of multimedia stream normalization, given a floating-point value, the value range [0.0 - 1.0]
L vlc.input.time: absolute position in milliseconds at a given time, This property can be used to find flow
& lt-- absolute seek in stream !--& gt; < br />
vlc.input.time = < absolute seek> < br />
<!-- relative seek in stream !--& gt; < br />
vlc.input.time = vlc.input.time + < relative seek>
L vlc.input.state: current state (idle / close = 0, open = 1, buffer = 2, hit = 3, pause = 4, stop = 5, error = 6)
L vlc.input.rate: input speed, floating normal speed, 0.5 is half of the speed, twice as fast as 2.0<
player object
read only property
L vlc.player.itemcount: the number of items in the current player list
L vlc.player.isplaying: a Boolean value, which returns true and is playing, False does not play
method
L vlc.player.add (MRL): add a MRL (multimedia resource locator) player list item. MRL must be a string
L vlc.player.add (MRL, name, options): add MRL (multimedia resource locator) player list item, and meta name and options. All input values must be strings<
L VLC. Player. Play(): starts playing the current list item
L VLC. Player. Togglepause(): switches the pause state of the current list item
L VLC. Player. Stop(): stops playing the current list item
L VLC. Player. Next(): iterates to the next list item
L VLC
L VLC. Player. Prev(): iterates to the previous music project
L VLC. Player. Clear(): clears the current player list, All items will be deleted
L vlc.player.removeitem (number): delete the given item number (number cannot be larger than vlc.player.itemcount)
video object
read only attribute
L vlc.video.width: return video horizontal size
L vlc.video.height: return video vertical size
read/ Write attribute
L vlc.video.fullscreen: when set to true, the video will be displayed in full screen mode. When set to false, the video will be displayed in the specified size. The attribute requires a Boolean value as input<
L vlc.video.aspectratio: get and set aspect ratio using video screen. The attribute takes a string as the input value. The valid values are: "1:1", "4:3", "16:9", "16:10", "221:100" and "5:4"
methods
L VLC. Video. Togglefullscreen(): full screen mode switch
log object
read only attribute
L VLC. Log. Messages: returns a message object
l read / write attribute
L VLC. Log. Rendancy: write change log information rendancy level [- 1,0,1,2, 3] The meanings of these numbers are as follows: - 1 disable, 0 message, 1 error, 2 warning, 3 debug<
messages object
read only property
L messages.count: the number of returned log messages
L messages.severity: number, the severity of log information (0 = message, 1 = error, 2 = warning, 3 = debug)
L message.name: the log information printed on the name of VLC mole (e.g. Web address, DirectX,
L message. Type: print log information for VLC of mole type (such as input, access, Vout, South, etc.)
L message. Message: message text
method
L messages. Clear(): clear the current log buffer<
L messages. Iterator(): returns a message iterator object
iterator object
read only property
L iterator. Hasnext: returns a Boolean value indicating that there is another message
method
L iterator. Next(): returns the log of the next message object<
VLC can achieve the following functions
L VLC can achieve seek, fast play and slow play by modifying the input attribute
L audio attribute can be modified
L channel setting, volume setting and mute can be achieved
l the control of full screen / screen ratio / screen size can be achieved by setting video
L through the control of playlist object, The function of adding and deleting playback objects can be realized
current problems
problem description
there are problems in VLC's support for TS files, and VLC controls can't get time progress information. Although the video has been played for a long time, the time is always 0. See Figure 1 and Figure 2:
Figure 1: VLC Windows version
Figure 2: VLC web plug-in version
split analysis
l the input attribute of VLC fails to get the values of FPs and time normally
resulting in the result that
L end time cannot be controlled
L progress bar fails to work
parameters and methods supported by VLC controls
VLC object list
VLC plug in object method
L VersionInfo: member, string that returns version information
L VLC. Versioninfo(): method, Return the string of version information
audio object attribute (read / write)
L vlc.audio.mute: Mute and non mute
L vlc.audio.volume: volume percentage, value between 0-200
L vlc.audio.track: track information, value between 0-65535
L vlc.audio.channel: value between 1 and 5 integers, Indicates the use of audio channel mode, and the values can be: "1 = stereo", "2 = reverse stereo", "3 = left", "4 = right" and "5 = mix"<
L VLC. Audio. Togglemute(): method, switch mute and unmute
input object
read only property
L VLC. Input. Length: milliseconds, length of input file
L VLC. Input. FPS: one floating frame per second
L VLC. Input. Hasvout: a Boolean value, Return true when the video is being displayed, it will not display the video when it returns false
l read / write property
L vlc.input.position: in the case of multimedia stream normalization, given a floating-point value, the value range [0.0 - 1.0]
L vlc.input.time: absolute position in milliseconds at a given time, This property can be used to find flow
& lt-- absolute seek in stream !--& gt; < br />
vlc.input.time = < absolute seek> < br />
<!-- relative seek in stream !--& gt; < br />
vlc.input.time = vlc.input.time + < relative seek>
L vlc.input.state: current state (idle / close = 0, open = 1, buffer = 2, hit = 3, pause = 4, stop = 5, error = 6)
L vlc.input.rate: input speed, floating normal speed, 0.5 is half of the speed, twice as fast as 2.0<
player object
read only property
L vlc.player.itemcount: the number of items in the current player list
L vlc.player.isplaying: a Boolean value, which returns true and is playing, False does not play
method
L vlc.player.add (MRL): add a MRL (multimedia resource locator) player list item. MRL must be a string
L vlc.player.add (MRL, name, options): add MRL (multimedia resource locator) player list item, and meta name and options. All input values must be strings<
L VLC. Player. Play(): starts playing the current list item
L VLC. Player. Togglepause(): switches the pause state of the current list item
L VLC. Player. Stop(): stops playing the current list item
L VLC. Player. Next(): iterates to the next list item
L VLC
L VLC. Player. Prev(): iterates to the previous music project
L VLC. Player. Clear(): clears the current player list, All items will be deleted
L vlc.player.removeitem (number): delete the given item number (number cannot be larger than vlc.player.itemcount)
video object
read only attribute
L vlc.video.width: return video horizontal size
L vlc.video.height: return video vertical size
read/ Write attribute
L vlc.video.fullscreen: when set to true, the video will be displayed in full screen mode. When set to false, the video will be displayed in the specified size. The attribute requires a Boolean value as input<
L vlc.video.aspectratio: get and set aspect ratio using video screen. The attribute takes a string as the input value. The valid values are: "1:1", "4:3", "16:9", "16:10", "221:100" and "5:4"
methods
L VLC. Video. Togglefullscreen(): full screen mode switch
log object
read only attribute
L VLC. Log. Messages: returns a message object
l read / write attribute
L VLC. Log. Rendancy: write change log information rendancy level [- 1,0,1,2, 3] The meanings of these numbers are as follows: - 1 disable, 0 message, 1 error, 2 warning, 3 debug<
messages object
read only property
L messages.count: the number of returned log messages
L messages.severity: number, the severity of log information (0 = message, 1 = error, 2 = warning, 3 = debug)
L message.name: the log information printed on the name of VLC mole (e.g. Web address, DirectX,
L message. Type: print log information for VLC of mole type (such as input, access, Vout, South, etc.)
L message. Message: message text
method
L messages. Clear(): clear the current log buffer<
L messages. Iterator(): returns a message iterator object
iterator object
read only property
L iterator. Hasnext: returns a Boolean value indicating that there is another message
method
L iterator. Next(): returns the log of the next message object<
VLC can achieve the following functions
L VLC can achieve seek, fast play and slow play by modifying the input attribute
L audio attribute can be modified
L channel setting, volume setting and mute can be achieved
l the control of full screen / screen ratio / screen size can be achieved by setting video
L through the control of playlist object, The function of adding and deleting playback objects can be realized
current problems
problem description
there are problems in VLC's support for TS files, and VLC controls can't get time progress information. Although the video has been played for a long time, the time is always 0. See Figure 1 and Figure 2:
Figure 1: VLC Windows version
Figure 2: VLC web plug-in version
split analysis
l the input attribute of VLC fails to get the values of FPs and time normally
resulting in the result that
L end time cannot be controlled
L progress bar fails to work
8. Start, then click Run, enter CMD, enter, directly the following command at the command prompt, then right-click the command prompt, and then click Paste
for% 1 in (% windir% \ system32\*. OCX) do Regsvr32 / S% 1
Enter. After scrolling, enter:
for% 1 in (% windir% &; system32\*. DLL) do regsvr32.exe / S% 1
enter! Until the screen scroll stop, restart the computer, according to the above operation
for% 1 in (% windir% \ system32\*. OCX) do Regsvr32 / S% 1
Enter. After scrolling, enter:
for% 1 in (% windir% &; system32\*. DLL) do regsvr32.exe / S% 1
enter! Until the screen scroll stop, restart the computer, according to the above operation
Hot content