2009-04-18, 02:45 AM
I've verified that the vlc arguments work with the tv station link if the link and the arguments are given directly to vlc. I have a station showing up in my channel guide. The problem is perhaps with the mapping between the channel number and the link. In the log it looks like this:
4/17/2009 10:07:59 PM >>>>>>UbuCmd v0.2 (Mar 2006) - Processing request from GBPVR......
4/17/2009 10:07:59 PM playerParms: out=#transcode{vcodec=mp2v,vb=2048,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=file,mux=ps,dst=^C:\MyVideos\Manual Recordings\NASA TV_20090417220000.mpg^}}
4/17/2009 10:07:59 PM oid:0
4/17/2009 10:07:59 PM oid:3
4/17/2009 10:07:59 PM ...using System.Data.SQLite.SQLiteFactory DB Provider Factory
4/17/2009 10:07:59 PM Error encountered in: System.Data
while executing: NodePath GetNodeByIndex(Int32)
==> There is no row at position 0.
at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex)
at System.Data.RBTree`1.get_Item(Int32 index)
at System.Data.DataRowCollection.get_Item(Int32 index)
at UbuStreamCmd.UbuStreamEngine.getChannelName(Int32 channelNumber)
at UbuStreamCmd.UbuStreamEngine.Main(String channelNum, String playerParms)
SQL: SELECT channel.name FROM channel, source_channel_mapping, capture_source WHERE (channel.oid = source_channel_mapping.channel_oid AND capture_source.oid = source_channel_mapping.capture_source_oid AND capture_source.recording_source_class = 'ExternalRecorder.ExternalRecorder' AND capture_source.oid = 3 AND source_channel_mapping.source_channel_number = 0)
4/17/2009 10:07:59 PM Terminating UbuStreamCmd.
Any ideas on how to fix this?
Thanks
4/17/2009 10:07:59 PM >>>>>>UbuCmd v0.2 (Mar 2006) - Processing request from GBPVR......
4/17/2009 10:07:59 PM playerParms: out=#transcode{vcodec=mp2v,vb=2048,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=file,mux=ps,dst=^C:\MyVideos\Manual Recordings\NASA TV_20090417220000.mpg^}}
4/17/2009 10:07:59 PM oid:0
4/17/2009 10:07:59 PM oid:3
4/17/2009 10:07:59 PM ...using System.Data.SQLite.SQLiteFactory DB Provider Factory
4/17/2009 10:07:59 PM Error encountered in: System.Data
while executing: NodePath GetNodeByIndex(Int32)
==> There is no row at position 0.
at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex)
at System.Data.RBTree`1.get_Item(Int32 index)
at System.Data.DataRowCollection.get_Item(Int32 index)
at UbuStreamCmd.UbuStreamEngine.getChannelName(Int32 channelNumber)
at UbuStreamCmd.UbuStreamEngine.Main(String channelNum, String playerParms)
SQL: SELECT channel.name FROM channel, source_channel_mapping, capture_source WHERE (channel.oid = source_channel_mapping.channel_oid AND capture_source.oid = source_channel_mapping.capture_source_oid AND capture_source.recording_source_class = 'ExternalRecorder.ExternalRecorder' AND capture_source.oid = 3 AND source_channel_mapping.source_channel_number = 0)
4/17/2009 10:07:59 PM Terminating UbuStreamCmd.
Any ideas on how to fix this?
Thanks