LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-04-2020, 10:50 PM   #6736
fkiss
LQ Newbie
 
Registered: May 2012
Posts: 17
Blog Entries: 1

Rep: Reputation: Disabled
Talking DVR to record TV video streams


There are many TV programs that are simultaneous video streamed on the internet. It would be nice to have a DVR to record the video stream to be watched at a different time. (Also, the commercials could be skipped)
 
Old 05-05-2020, 05:58 AM   #6737
mogmog
Member
 
Registered: Jun 2012
Location: UK
Posts: 89

Rep: Reputation: Disabled
Quote:
Originally Posted by wet1 View Post
Try Text Editor.
click Menu > Accessories > Text Editor
or type xed %U as a command line.
Notepad++ is a lightweight programme useful for coding as well as normal text, whereas Text Editor is just a notepad as far as I can see. I created my website on Notepad++. Bluefish is pretty similar but not quite as user friendly but it's a reasonable substitute.
 
Old 05-05-2020, 10:12 AM   #6738
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Quote:
It would be nice to have a DVR to record the video stream to be watched at a different time.
Get yourself a little usb tv tuner. Make sure the kernel has firmware support for it. Or build support.

Then use v4l and cron or at to start/stop recording when you wish.
Make yourself a script. Turn the machine on, record your half hour tv show, go back to sleep.

You can have as elaborate or as simple a setup as you wish.
After you have made a channels conf file for the frequencies in your area, zap a channel and record it.

For the tv streams on the internet. Scrape the source of it, then dump the stream to file. One again, bash, python, perl.

If you start a project like that, then post a thread about what you have done and where you are stuck, someone will help.
 
Old 05-06-2020, 02:04 AM   #6739
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by mogmog View Post
Notepad++ is a lightweight programme useful for coding as well as normal text, whereas Text Editor is just a notepad as far as I can see. I created my website on Notepad++. Bluefish is pretty similar but not quite as user friendly but it's a reasonable substitute.
Will notepadqq do?
Or any number of really good native Linux code editors?
 
Old 07-02-2020, 11:40 AM   #6740
Logimite
Member
 
Registered: Jun 2020
Location: California
Distribution: Arch
Posts: 65

Rep: Reputation: Disabled
I would say Roblox. I am a Roblox dev, and my main platform is Linux, so it is really annoying to switch to my low end Windows PC when I could have worked on my high end Linux PC. I could have made games way faster if Roblox was ported to Linux.
 
Old 07-02-2020, 01:39 PM   #6741
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Quote:
I am a Roblox dev
Who would be in a better position to port Roblox to linux than a Roblox developer? Maybe I'm missing something.
 
Old 07-02-2020, 06:47 PM   #6742
fkiss
LQ Newbie
 
Registered: May 2012
Posts: 17
Blog Entries: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
Get yourself a little usb tv tuner. Make sure the kernel has firmware support for it. Or build support.

Then use v4l and cron or at to start/stop recording when you wish.
Make yourself a script. Turn the machine on, record your half hour tv show, go back to sleep.

You can have as elaborate or as simple a setup as you wish.
After you have made a channels conf file for the frequencies in your area, zap a channel and record it.

For the tv streams on the internet. Scrape the source of it, then dump the stream to file. One again, bash, python, perl.

If you start a project like that, then post a thread about what you have done and where you are stuck, someone will help.
Sorry, I am not a programmer and do not understand "Scrape the source of it, then dump the stream to file". I am just a home user of Linux. Thanks is advance. fkiss
 
1 members found this post helpful.
Old 07-03-2020, 02:47 AM   #6743
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by fkiss View Post
Scrape the source of it, then dump the stream to file
Scrape the source: Open the web page in your browser, press F12 - that should give you a developer console - now find the URL to the stream.
dump it to a file: Simple. something like 'wget -O some_file "$URL"'

edit: which sites? Have you tried youtube-dl?
 
Old 07-06-2020, 06:33 PM   #6744
Logimite
Member
 
Registered: Jun 2020
Location: California
Distribution: Arch
Posts: 65

Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
Who would be in a better position to port Roblox to linux than a Roblox developer? Maybe I'm missing something.
Well, actually, I am not a developer in the sense that I develop Roblox. I develop games on Roblox and am not affiliated with the actual Roblox staff.
 
Old 07-07-2020, 09:30 PM   #6745
Sahilty
LQ Newbie
 
Registered: Jun 2020
Posts: 10

Rep: Reputation: Disabled
Quote:
Originally Posted by Logimite View Post
Well, actually, I am not a developer in the sense that I develop Roblox. I develop games on Roblox and am not affiliated with the actual Roblox staff.
You make us feel like you're actually working for Roblox.
 
Old 07-19-2020, 08:42 AM   #6746
bestdeals
Member
 
Registered: Jul 2020
Posts: 31

Rep: Reputation: Disabled
Quote:
Originally Posted by jeremy View Post
This thread is for letting vendors know that there is interest in porting one of their programs to Linux. Let us know what programs you would like to see ported and why. Details such as how much you would be willing to pay may be helpful as well. If there is enough interest for certain programs I will even contact the vendor myself.

--jeremy
Well think or swim is available as a linux download but it does not work and TDAmeritrade won't support it. I would love to see a working think or swim platform so I can do my trades easier online.
 
Old 08-27-2020, 12:43 AM   #6747
TokTok
Member
 
Registered: Oct 2019
Posts: 230

Rep: Reputation: Disabled
For me VeraCrypt + BleachBit + MAC Changer of some sort + Torify system & some other things but can`t think of them now.
 
Old 08-27-2020, 04:45 AM   #6748
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
VeraCrypt is available for Linux.
https://www.veracrypt.fr/en/Home.html
 
Old 08-27-2020, 06:49 AM   #6749
TokTok
Member
 
Registered: Oct 2019
Posts: 230

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
VeraCrypt is available for Linux.
https://www.veracrypt.fr/en/Home.html
I know but it would be nice to have it already installed.
 
Old 08-27-2020, 07:14 AM   #6750
Pastychomper
Member
 
Registered: Sep 2011
Location: Scotland
Distribution: Slackware, Devuan, Android
Posts: 132

Rep: Reputation: 243Reputation: 243Reputation: 243
AltspaceVR. The developers recently dropped support for two of their Android-based clients (Oculus Gear and the 2D Android app), leaving some of us high and dry, so a Linux version of any of the remaining clients would be nice.

More generally, VR works pretty well on Android but could be better on GNU/. Good support for any of the big PC-based headsets would be a leap forward. I think Steam is doing something in this direction.

Last edited by Pastychomper; 08-27-2020 at 07:25 AM.
 
  


Reply

Tags
cad, clone, debian, dreamweaver, drivers, editing, editor, education, eeepc, elite, etch, flash, future, gimp, itunes, keyboard, kppp, linux, lotus, macro, macromedia, mandriva2007, modem, music, news, newsreader, nntp, office, open, openoffice.org, pdf, photoshop, pim, port, porting, poster, printing, program, programs, quicken, recognition, shockwave, sled, software, softwares, sound, source, speech, suse, usenet, video, wvdial, xandros



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What games would you like to see ported to Linux? jeremy Linux - Games 1553 04-08-2020 01:00 AM
Linux Programs Ported to Windoze ddpicard General 15 08-05-2010 06:59 PM
Has Winamp been ported to Linux? neilcpp Linux - Software 48 05-31-2010 03:00 PM
Exeem to be ported to linux cadj Linux - Networking 0 01-26-2005 11:02 PM
New Forums! Want a game ported to Linux? Jimbobbob Linux - Games 5 10-04-2003 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration