That's not quite the same as "recording IPTV" (from the STB). I repeat again for ozzsurf, you cannot record 4097 services, full stop. And most IPTV services are of the 4097 type.
is it possible to record iptv
Re: is it possible to record iptv #41
Posted 13 January 2015 - 15:31
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: is it possible to record iptv #42
Posted 13 January 2015 - 16:45
never said you can record 4097 to stb
i said you can record http with 1:0:1:1:0:0:0:0:0:0: to stb
and you can record http with wget to stb
and then fool the box with vlc to think a rtmp stream is a http stream
no stream is 4097 unless you write that yourself
if its a http stream then put 1:0:1:1:0:0:0:0:0:0:
or use wget
if its a rtmp stream then use vlc to record to vu hdd
what you said was you cant record iptv to stb
then you said you can because of new drivers
when infact you have been able to record iptv to stb for years
with any old drivers
here is what you said
IPTV as in media from internet: no STB can record that
IPTV as in remote enigma tuner: no VU+ stb can record that.
Edited by ozzsurf, 13 January 2015 - 16:49.
Re: is it possible to record iptv #43
Re: is it possible to record iptv #44
Posted 13 January 2015 - 17:12
how to play SimpleTv links on your enigma2 box
the url link below and is a example and is dead
find a working SimpleTv link
then
you need to add the links to a file called
playlist.e2pls
ftp to your box
navigate to /etc/enigma2/playlist.e2pls
now get you SimpleTv link that looks like this
rtmp://$OPT:rtmp-raw=rtmpe://46.246.124.6:1935/redirect playpath=BST1 swfUrl=http://www.udemy.com/static/flash/player5.9.swf live=1 pageUrl=http://www.hdcast.org/
delete this
rtmp://$OPT:rtmp-raw=
you can shorten the link to this
rtmpe://46.246.124.6:1935/redirect/BST1 live=1 pageUrl=http://www.hdcast.org
add 4097:0:0:0:0:0:0:0:0:0: to start of url
now looks like this
4097:0:0:0:0:0:0:0:0:0:rtmpe://46.246.124.6:1935/redirect/BST1 live=1 pageUrl=http://www.hdcast.org
now you need to replace : with %3a only in the address
now looks like this
4097:0:0:0:0:0:0:0:0:0:rtmpe%3a//46.246.124.6%3a1935/redirect/BST1 live=1 pageUrl=http%3a//www.hdcast.org
if you want to name the stream add at the end :BEIN SPORTS 1
complete url looks like this
4097:0:0:0:0:0:0:0:0:0:rtmpe%3a//46.246.124.6%3a1935/redirect/BST1 live=1 pageUrl=http%3a//www.hdcast.org:BEIN SPORTS 1
save it in
playlist.e2pls
go to your mediaplayer plugin
then press menu switch to playlist
and play SimpleTv links on your enigma2 box
easy.
Edited by ozzsurf, 13 January 2015 - 17:14.
Re: is it possible to record iptv #45
Posted 13 January 2015 - 17:56
ozzsurf, you claim that I say you can't record IPtv and that is not true. So once again:
- 1:0:1 are dvb streams and can be recorded (just like any dvb program), and this is also possible on VU+, now with the new BSP/drivers from december 2014
- 4097:0:1 are "gstreamer" streams which can't be recorded
Most IPtv streams are 4097 (and you cannot choose that yourself) and can't be recorded.
I sincerely hope this is the last time I have to explain this.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: is it possible to record iptv #46
Re: is it possible to record iptv #47
Posted 13 January 2015 - 18:48
@Erik,
He is using VLC to transcode into a stream the box does understand. So that way you can "claim" the box can record anything.
It could record your incoming emails if you found a way to transcode them into a DVB stream....
Also, one of the screenshots showed "instant recording", which from a technical point of view is timeshifting, not recording. And I believe both are handled differently by Enigma.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: is it possible to record iptv #48
Posted 13 January 2015 - 20:23
rtmp or 4097 whatever you want to call it
wont record you will get a error if you try to record rtmp
http will record if you put this 1:0:1:1:0:0:0:0:0:0:
so if you play a rtmp 4097 link in vlc
and send that link to your box
that link is now coming from a http link ie the pc 192.168.x.x
now the box will record it as it is a http link
thats why it records
now im working on a way of combining 2 urls in enigma2
one to view rtmp 4097 from one file then send that to another file on enigma2
as a http link so it will record rtmp 4097 thus cutting out vlc
all will be done on the vu
Edited by ozzsurf, 13 January 2015 - 20:24.
Re: is it possible to record iptv #49
Posted 13 January 2015 - 20:27
Also, one of the screenshots showed "instant recording", which from a technical point of view is timeshifting, not recording. And I believe both are handled differently by Enigma.
It doesn't matter, gstreamer services cannot be recorded, streamed, timeshifted or "instant" recorded. Recording is currently implemented as simply fetching data from the demuxer, and the demuxer only understands DVB streams (mpeg transport streams).
With wget I can also "record" anything, I don't even need a STB for that. But that's not the STB nor enigma2 doing the job.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: is it possible to record iptv #50
Posted 13 January 2015 - 21:52
right this is how far i have got
put a RTMP link in
/etc/enigma2/playlist.e2pls
the link is written like this
and it plays ok via mediaplayer plugin but it cant record as its 4097 RTMP link
4097:0:1:0:0:0:0:0:0:0:rtmp%3a//mi2.gv.filmon.com%3a8086/live/206.high.stream:filmon
then ftp to
/etc/enigma2/userbouquet.favourites.tv
we need to write a http link to
/etc/enigma2/playlist.e2pls
like this
#SERVICE 1:0:1:1:0:0:0:0:0:0:http%3a//192.168.1.4/etc/enigma2/playlist.e2pls #DESCRIPTION MY STREAM
to activate the filmon link in playlist.e2pls
by going to
favourites.tv
in the channel list and selecting MY STREAM
then that rtmp stream will record as a ts
the box thinking its a http link
heres the problem how to write this line so it reads whats in playlist.e2pls
#SERVICE 1:0:1:1:0:0:0:0:0:0:http%3a//192.168.1.4/etc/enigma2/playlist.e2pls
Edited by ozzsurf, 13 January 2015 - 21:57.
Re: is it possible to record iptv #51
Posted 14 January 2015 - 22:18
ozzsurf, you claim that I say you can't record IPtv and that is not true. So once again:
- 1:0:1 are dvb streams and can be recorded (just like any dvb program), and this is also possible on VU+, now with the new BSP/drivers from december 2014
i installed this image on 13/02/2014
i am using old drivers date 24/12/2013
and im am using a vu+ solo2
and i can record 1:0:1:1:0:0:0:0:0:0
with these very old drivers
1 told you the drivers have nowt to do with it (SEE PIC)
and stop saying 4097 cant be recorded I KNOW THAT
Attached Files
Edited by ozzsurf, 14 January 2015 - 22:21.
Re: is it possible to record iptv #52
Re: is it possible to record iptv #53
Posted 14 January 2015 - 22:28
Can you record 4097 WITHOUT vlc? NO...
i never said i could record 4097 WITHOUT vlc
so your point is
my point to mr you cant do this and you cant do that is
you can record 1:0:1:1:0:0:0:0:0:0
with drivers from years ago as the pic says
Edited by ozzsurf, 14 January 2015 - 22:33.
Re: is it possible to record iptv #54
Posted 14 January 2015 - 22:53
and if you care to look at post 50
i am trying to sort out a work around so 4097 can be recorded WITHOUT vlc
with all the so called brains here
i thought i might get a bit of help with that
all can you can say is you cant do that
guess your not so brainy after all
lol
Edited by ozzsurf, 14 January 2015 - 22:58.
Re: is it possible to record iptv #55
Posted 14 January 2015 - 23:55
Dear sirs,
I am very new to this theme, I am since recently the proud owner of a used ET9000 but have no knowledge yet how to get to grips with all the details involved. I'm an elderly person who thusfar had only regular sat receivers without any kind of internet interlacement whatsoever. Jus FTA channels and what my CanalDigitaal card gives me.
I was very thrilled to find out that there are such things as streams, IPTV and webcams in my very long list of favourites, especially when I found out that some of them contained public tv channels from some countries of which languages I speak.
And yes, I too was most interested to find out if I could record some of these streams, for instance M1, the Moldavian 1st national programme. I speak Romanian but not so excellently that I can understand every word immediately so being able to record and re-view a news broadcast.
From what I understand from the above discussion seems that it is possible to record stch streams but that one has to do this using vlc, a program that has been installed on my computer for at least 10 years. I recognize that there apparently is a purist discussion whether or not decoding via vlc (= via the computer???) may be considered to be decoding of the stream, but from a practical point of view I hope you may understand that for me the only thing that matters is the question if I can record in order to see again something like a news program that came via stream or IPTV.
Please accept my apologies for this lengthty bit of writing; my question is quite short: could you perhaps give me a "stream record for Dummies"-instruction how I may record something like a news broadcast that comes via a stream or IPTV from the favorites list? Because as a total newbe I am totally unable to understand the technical things that have been said in this thread...
I would be most grateful, thanks very much!
Re: is it possible to record iptv #56
Re: is it possible to record iptv #57
Posted 15 January 2015 - 08:52
@ozzsurf: You seem to have a problem with English language. Recording IPTV from STB means: I have some IPTV streams in a bouquet, I press "record" in my remote and they are recorded. That's it! And this works only with MPEG-TS streams over HTTP with well defined structure.
All others (wget, vlc, external plugins, download managers etc) are not "Recording IPTV ftom STB".
Re: is it possible to record iptv #58
Posted 15 January 2015 - 11:43
not another one
saying you cant do it
Recording IPTV from STB means just that recording
they dont need to be in a bouquet
to record as i have shown
and i have no problem with English language
i have a problem with guys like you telling me i cant do something
press "record" in my remote and they are recorded
what do you think i am doing when i want to record
i am pushing a button on the remote doh!
the fact is you can now record rtmp with a vu sat box
all from within that box no other hardware is needed
so understand that
and be told
experts i'v e $hit em
Re: is it possible to record iptv #59
Re: is it possible to record iptv #60
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users