VLC Source Filter for TV Server (1 Viewer)

chielmi

Portal Member
September 30, 2009
14
0
Home Country
Netherlands Netherlands
It works!!!

Had to change the url to:
rtsp://pctv.chello.com/NL1 :sout=#transcode{vcodec=mp2v,fps=25,vb=5000,scale=1,acodec=mpga,ab=192,channels=2,samplerate=44100}

Recording the stream and playing the recording back works fine!
 

chielmi

Portal Member
September 30, 2009
14
0
Home Country
Netherlands Netherlands
Am I the only one currently testing this plugin? :)

The URL above this post works, but stops after about 1 minute... Not sure what goes wrong. I'm trying to test it with a stream that is not limited to my own ISP. I found another stream I would like to add in the MP channels, a stream for MTV Brand new. These URL's both work in VLC.

Code:
http://www.garnierstreamingmedia.com/asx/streamerswitch.asp?stream=138
Code:
mmsh://81.23.249.30/MTV_Low_005?MSWMExt=.asf

But neither of them work in MP. Transcoding doesn't seem to make a difference...
 

FreakyJ

Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    AW: VLC Source Filter for TV Server

    the idea is very good and I really appreciate your work, but it doesn't work very well oO
    - I used install option 2
    - tv channels -> add channel:
    --Channel: 1
    --URL: http://134.93.5.213:8080 :sout=#transcode{vcodec=mp2v,fps=30,vb=5000,scale=1,acodec=mpga,ab=192,channels=2,samplerate=44100}
    --Network ID: 0
    -- Tansport ID: 0
    --Svervice ID: 1
    --PMT PID:66
    --Provider:http://134.93.5.213:8080
    -- Free to Air: check

    Result:
    no PMT found (I tried different streams, but no one worked... the stream above is really nothing somebody wants to watch (really boring and the moderator is a strange guy...), but a good one for testing :) )

    I'm getting these errors:
    2011-12-21 09:32:45.132916 [(3)]: Exception :TvLibrary.TvExceptionNoPMT: TVDvbChannel.OnGraphStarted: no PMT found
    at TvLibrary.Implementations.DVB.TvDvbChannel.OnGraphStarted()
    at TvLibrary.Implementations.DVB.TvCardDVBIPBuiltIn.RunGraph(Int32 subChannel, String url)
    at TvLibrary.Implementations.DVB.TvCardDVBIP.DoTune(Int32 subChannelId, IChannel channel, Boolean ignorePMT)
     

    Yura80

    Portal Member
    May 6, 2008
    14
    28
    Home Country
    United States of America United States of America
    chielmi,
    Please attach your MPVLCSource-*.Log

    FreakyJ,
    Try creating an m3u file with your channels in the dvb-ip tuning parameters folder (C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal TV Server\TuningParameters\dvbip on Win XP)
    Code:
    #EXTM3U
    #EXTINF:0,test channel
    http://134.93.5.213:8080 :sout=#transcode{vcodec=mp2v,fps=30,vb=5000,scale=1,acodec=mpga,ab=192,channels=2,samplerate=44100}
    Then, it will appear in the list of service providers at the channel tuning page, and you can 'tune' it by pressing "Scan for channels". In this case all PIDs will be set correctly.

    You may need to increase timings in General -> Scan tab. I have Tune=10 sec, PAT/CAT/PMT=25 s.
     

    GJC

    Portal Pro
    March 10, 2012
    97
    11
    Home Country
    Canada Canada
    XBMC has a great collection of rtmp links through theSourceDB. I'd like to port over those links so that I can use MediaPortal's PVR on the streams. I can't seem to get any links to work. Can you please give this novice an example using the following link:

    rtmp://176.31.231.57/edge/g18get8ho9k6h3r swfUrl=http://www.ilive.to/jwplayer/player.swf pageUrl=http://www.ilive.to/11089/ABC tcUrl=rtmp://176.31.231.57/edge timeout=60

    Thanks!
     

    GJC

    Portal Pro
    March 10, 2012
    97
    11
    Home Country
    Canada Canada
    I'm not sure if this thread is alive but I'd like to ask if anyone can share their m3u list of working IPTV links? I've scoured the net and I can't seem to find any links that work except for an mms link to Sky TV. Over a dozen other mms links all failed and I can't get a single UDP link to work even if I enable multicast on my router, forward all ports and even declare my IP as a "demilitarized zone". All my XBMC links work fine within XBMC, but they are rtmp links.

    I'd really like to set up MP TV Server to play IPTV, but I just can't seem to get off the ground. Any help would be greatly appreciated.
     

    Users who are viewing this thread

    Top Bottom